From 8a9a0367ce3ab78a8774ce16699ab72b3d3cb6e1 Mon Sep 17 00:00:00 2001 From: Gustavo Braganca Date: Wed, 16 Oct 2013 16:44:11 +0200 Subject: [PATCH] Add Problem Solving with Algorithms and Data Struc Add Problem Solving with Algorithms and Data Structures. Since it is written in python, I have added it twice. This was suggested by Fabian Dablander on the Python community on Facebook. --- free-programming-books.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index a7814da4..eaf40cb0 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -141,6 +141,7 @@ * [Algorithms for Programmers: Ideas and Source Code](http://www.jjj.de/fxt/fxtbook.pdf) * [Sequential and parallel sorting algorithms](http://www.inf.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm) * [Text Algorithms](http://igm.univ-mlv.fr/~mac/REC/text-algorithms.pdf) +* [Problem Solving with Algorithms and Data Structures](http://interactivepython.org/courselib/static/pythonds/index.html) ####Theoretical Computer Science * [Structure and Interpretation of Computer Programs](http://mitpress.mit.edu/sicp/) @@ -740,6 +741,7 @@ * [Python Scientific Lecture Notes](http://scipy-lectures.github.io/) * [Snake Wrangling For Kids](http://www.briggs.net.nz/snake-wrangling-for-kids.html) * [Think Python](http://www.greenteapress.com/thinkpython/) - Allen B. Downey +* [Problem Solving with Algorithms and Data Structures](http://interactivepython.org/courselib/static/pythonds/index.html) ####Django -- GitLab