papers-we-love_papers-we-love/experimental_algorithmics/README.md
Wally Jones b101a570a5 Fix a couple dead links. (#517)
* Fix dead link for "On the resemblance and containment of documents"
* Fix dead link for "The operating system: should there be one?"
* Fix dead link for "Differential Privacy"
* Fix dead link for "A Theoretician's Guide to the Experimental Analysis of Algorithms"
2018-06-01 15:56:18 -04:00

964 B

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.