From dd7b7a1d7b6712b143e61b5bdf0d74d9ec9432c5 Mon Sep 17 00:00:00 2001 From: Ashwani Dausodia Date: Sat, 7 Mar 2015 22:24:33 +0530 Subject: [PATCH] Book name corrected Book name changed from "Problem Solving with Algorithms and Data Structure" to "Problem Solving with Algorithms and Data Structure using Python" --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index d4f78968..b7b7b72d 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1503,7 +1503,7 @@ See also [TeX](#tex) * [Non-Programmer's Tutorial for Python 3](http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3) (3.3) * [Porting to Python 3: An In-Depth Guide](http://python3porting.com/) (2.6 - 2.x & 3.1 - 3.x) * [Practical Programming in Python](https://launchpadlibrarian.net/165489933/PracticalProgrammingPython2014.pdf) - Jeffrey Elkner -* [Problem Solving with Algorithms and Data Structure](http://interactivepython.org/runestone/static/pythonds/index.html) - Brad Miller and David Ranum, Luther College +* [Problem Solving with Algorithms and Data Structure using Python](http://interactivepython.org/runestone/static/pythonds/index.html) - Bradley N. Miller and David L. Ranum * [Program Arcade Games With Python And Pygame](http://programarcadegames.com/) (3.3) * [Programming Computer Vision with Python](http://programmingcomputervision.com/downloads/ProgrammingComputerVision_CCdraft.pdf) * [Python 2.7 quick reference](http://infohost.nmt.edu/tcc/help/pubs/python/web/) - New Mexico Tech (2.7) -- GitLab