Each file will include the algorithms described by the author in the chapter referred to by the filename. I will try to work through one chapter per week.
Algorithms described in Cormen, T. H. (2013). Algorithms Unlocked. MIT Press.
These excercises are coded using Python 2.7
chapter2.py: Linear search, better linear search, sentinel linear search, recursive factorial, bad factorial, recursive linear search