From fb90056e9c30cfb32f0473f7aac06e7b5ba1e73f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kolding-S=C3=B8rensen?= Date: Thu, 3 Apr 2014 12:10:21 +0200 Subject: [PATCH] Add book on algorithms and data structures --- docs/intro/learning.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index a8ae73e..d480ac3 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -143,6 +143,15 @@ development, version control, and optimization/profiling. `Expert Python Programming `_ +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 + `_ + The Python Tutorial ~~~~~~~~~~~~~~~~~~~~