1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-12-26 00:27:30 +00:00

Added a free/open book on Algorithms in Python (#2553)

* This book doesn't seem to have anything to do with Mathematica.

* Added a free/open book on Algorithms in Python

Linked to the github repo, but it links to a PDF download from there.

* added author name
This commit is contained in:
Isaac Goss 2017-10-02 14:51:12 -04:00 committed by eshellman
parent 89eff3cb87
commit 762161f3b3

View File

@ -265,6 +265,7 @@
* [Algorithms Course Materials](http://jeffe.cs.illinois.edu/teaching/algorithms/) - Jeff Erickson
* [Analysis and Design of Algorithms](http://www.cse.iitd.ernet.in/~ssen/csl356/admin356.html) - Sandeep Sen, IIT Delhi
* [Animated Algorithm and Data Structure Visualization](http://visualgo.net) (Resource)
* [Annotated Algorithms in Python: Applications in Physics, Biology, and Finance](https://github.com/mdipierro/nlib) - Massimo di Pierro
* [Binary Trees](http://cslibrary.stanford.edu/110/BinaryTrees.pdf) (PDF)
* [Clever Algorithms](http://www.cleveralgorithms.com/nature-inspired/)
* [CS Unplugged: Computer Science without a computer](http://csunplugged.org/books/)