You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Wally Jones b101a570a5
Fix a couple dead links. (#517)
6 years ago
..
README.md Fix a couple dead links. (#517) 6 years ago
a-theoreticians-guide-to-the-experimental-analysis-of-algorithms.pdf Introduced new category "experimental algorithmics" and included Johnson's well-known and excellent paper on the experimental analysis of algorithms. 10 years ago

README.md

Experimental Algorithmics

Experimental algorithmics (sometimes also called empirical algorithmics) is the area within computer science that uses empirical methods to study the behaviour of algorithms. It can be used in the analysis of algorithms (Wikipedia).

Included Papers

  • 📜 A Theoretician's Guide to the Experimental Analysis of Algorithms (David S. Johnson): An exceptionally well-written guide to correctly evaluating algorithms by experimental analysis. The techniques described in this paper do not only apply to theoreticians although the title might lead one to believe so. The examples used in this paper and specifically the method of listing straight-forward principles illustrated by pit-falls and pet peeves make for an excellent must-read for everyone intending to publish experimental algorithm results.