next up previous contents index CD CD Algorithms
Next: Sorting Up: Data Structures and Sorting Previous: Priority Queues

Specialized Data Structures

The basic data structures thus far described all represent an unstructured set of items so as to facilitate retrieval operations. These data structures are well known to most programmers. Not as well known are high-powered data structures for representing more structured or specialized kinds of objects, such as points in space, strings, and graphs.

The design principles of these data structures are the same as for basic objects. There exists a set of basic operations we need to perform repeatedly. We seek a data structure that supports these operations very efficiently. These efficient, specialized data structures are as important for efficient graph and geometric algorithms as lists and arrays are for basic algorithms, so one should be aware of their existence. Details appear throughout the catalog.


next up previous contents index CD CD Algorithms
Next: Sorting Up: Data Structures and Sorting Previous: Priority Queues

Algorithms
Mon Jun 2 23:33:50 EDT 1997