From 17ef7f9661878e950618845f48b3316fac24b312 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kolding-S=C3=B8rensen?= Date: Fri, 4 Apr 2014 08:31:05 +0200 Subject: [PATCH] Remove book on algorithms and data structures --- docs/intro/learning.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/intro/learning.rst b/docs/intro/learning.rst index ea9ab7a..03ab77d 100644 --- a/docs/intro/learning.rst +++ b/docs/intro/learning.rst @@ -153,15 +153,6 @@ 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 - `_ - For Engineers and Scientists ----------------------------