Chapter 17. Data Structures

17.1 "Roses Are Red, Violets Are Blue; Lists Are Mutable, and So Is Class Foo"

17.2 Implementing Stacks

17.3 Implementing Sets

17.4 Binary Search Trees

17.5 Graph Searching

17.6 Reversing Sequences

17.7 Permuting Sequences

17.8 Sorting Sequences

17.9 Data Structures Versus Python Built-ins

17.10 PyTree: A Generic Tree Object Viewer