Wiley, 2013. — 748 p. — ISBN: 9781118290275.
Based on the authors’ market leading data structures books in Java and C++, this textbook offers a comprehensive, definitive introduction to data structures in Python by respected authors. Data Structures and Algorithms in Python is the first mainstream object-oriented book available for the Python data structures course. Designed to provide a comprehensive introduction to data structures and algorithms, including their design, analysis, and implementation, the text will maintain the same general structure as Data Structures and Algorithms in Java and Data Structures and Algorithms in C++.
Python Primer
Object-Oriented Programming
Algorithm Analysis
Recursion
Array-Based Sequences
Stacks, Queues, and Deques
Linked Lists
Trees
Priority Queues
Maps, Hash Tables, and Skip Lists
Search Trees
Sorting and Selection
Text Processing
Graph Algorithms
Memory Management and B-Trees
A Character Strings in Python
B Useful Mathematical Facts