
pChapter 11 discusses several ways of storing information in an array, and later searching for the information.
pHash tables are a common approach to the storing/searching problem.
pThis presentation
introduces hash tables.
Data Structures
and Other Objects
Using Java