/intro2algs

2009-era C++ implementations of a handful of classic algorithms from the classic "Cormen" textbook from MIT Press.

Primary LanguageC++

intro2algs

Just implementations of classic selection sort, insertion sort and Newton-Raphson numerical approximation in the sort of C++ that was considered good style (with the possible exception of my enormous tab spacing) in around 2009.

The algorithms themselves are drawn from the text and exercises o Introduction to Algorithms aka "Cormen" after one of its authors.