
pOne of the tree applications in Chapter 9 is binary search trees.
pIn Chapter 9, binary search trees are used to implement bags and sets.
pThis presentation illustrates how another data type called a dictionary is implemented with binary search trees.
Data Structures
and Other Objects
Using Java