Explorar el Código

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
Isaac Goss hace 8 años
padre
commit
762161f3b3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      free-programming-books.md

+ 1 - 0
free-programming-books.md

@@ -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/)