1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-11-26 05:17:34 +00:00

added think complexity pdf

This commit is contained in:
Jay Engineer 2014-03-30 06:38:15 -04:00
parent 7deffc433b
commit e09e5f86ad

View File

@ -237,6 +237,7 @@
* [The Art of Computer Programming](http://www.cs.utsa.edu/~wagner/knuth/) (fascicles, mostly volume 4) - Donald Knuth
* [The Design of Approximation Algorithms](http://www.designofapproxalgs.com/book.pdf) (PDF)
* [The Great Tree List Recursion Problem](http://cslibrary.stanford.edu/109/TreeListRecursion.pdf) (PDF)
* [Think Complexity](http://greenteapress.com/complexity/) (PDF)
####Cellular Automata