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 ~~~~~~~~~~~~~~~~~~~~