Add book on algorithms and data structures

This commit is contained in:
Christian Kolding-Sørensen
2014-04-03 12:10:21 +02:00
parent 31cde89be7
commit fb90056e9c
+9
View File
@@ -143,6 +143,15 @@ development, version control, and optimization/profiling.
`Expert Python Programming <http://www.packtpub.com/expert-python-programming/book>`_
Problem Solving with Algorithms and Data Structures
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Problem Solving with Algorithms and Data Structures covers a range of data structures and
algorithms. All concepts are illustrated with Python code along with interactive samples
that can be run directly in the browser.
`Problem Solving with Algorithms and Data Structures
<http://www.interactivepython.org/courselib/static/pythonds/index.html>`_
The Python Tutorial
~~~~~~~~~~~~~~~~~~~~