From 98b07ebb8db2513c5822addfd13c266f4e619501 Mon Sep 17 00:00:00 2001 From: David Kopec Date: Sun, 5 Aug 2018 22:05:34 -0400 Subject: [PATCH] Add "Classic Computer Science Problems in Python" I am the author and the book is still out in early access form, so I put the publisher's website link where you can get the early access edition. The Amazon edition is here: https://amzn.to/2AHDAPA --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 216aeb1..b64b81a 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ - *Python in a Nutshell* by Alex Martelli [English 2nd Edition](http://www.amazon.com/Python-Nutshell-Second-Edition-In/dp/0596100469) ## Data Structures and Algorithms +- *Classic Computer Science Problems in Python* by David Kopec [English Edition](https://www.manning.com/books/classic-computer-science-problems-in-python) - *Data Structures and Algorithms in Python* by Michael T. Goodrich & Roberto Tamassia & Michael H. Goldwasser [English Edition](https://www.amazon.com/Structures-Algorithms-Goodrich-Goldwasser-Hardcover/dp/B011DC80VY/) - *Problem Solving with Algorithms and Data Structures Using Python* by Bradley N. Miller & David L. Ranum [English 2nd Edition](https://www.amazon.com/Problem-Solving-Algorithms-Structures-Python/dp/1590282574) - *Python Algorithms: Mastering Basic Algorithms in the Python Language* by Magnus Lie Hetland [English 2nd Edition](http://www.amazon.com/Python-Algorithms-Mastering-Basic-Language/dp/148420056X)