Trees and associative data structures ===================================== This section introduces what the standard library refers to as "associative data structures" - non-sequential data structures. .. toctree:: :maxdepth: 2 trees.rst bst.rst bst-iterator.rst heap.rst set.rst map.rst