
Nothing
Chapter 4
Part II Organization
Table 4.1 provides a visual summary for the organization of our coverage of ADTs and their cor-
responding data structures. Note that graphs are covered in Part III. The algorithms we present
are integrated within the appropriate chapter. For maximum use, we place algorithms as high as
possible in the class hierarchy while still ensuring that we provide an efficient implementation for
them.
Chapter 5, presents the foundational classes and interfaces used throughout Part II and Part III.
These support the design of data structures and algorithms with locators that are robust to concur-
rent modifications. They also ...