next up previous contents index CD CD Algorithms
Next: Dictionaries Up: A Catalog of Algorithmic Previous: Caveats

Data Structures

Data structures are not really algorithms that you can find and plug into your application.   Instead, they are the fundamental constructs for you to build your program around. Becoming fluent in what data structures can do for you is essential to get full value from them.

Because of this, this section is slightly out of sync with the rest of the catalog. Perhaps the most useful aspect of it will be the pointers to implementations of various data structures. Many of these data structures are nontrivial to implement well, so the programs we point to will likely be useful as models even if they do not do exactly what you need. Certain fundamental data structures, like kd-trees and suffix trees,   are not as well known as they should be. Hopefully, this catalog will serve to better publicize them.

There is a large number of books on elementary data structures available. Our favorites include:  

Mehlhorn and Tsakalidis [MT90b] provide a detailed and up-to-date survey of research in data structures. The student who took only an elementary course in data structures is likely to be impressed by the volume and quality of recent work on the subject.




next up previous contents index CD CD Algorithms
Next: Dictionaries Up: A Catalog of Algorithmic Previous: Caveats

Algorithms
Mon Jun 2 23:33:50 EDT 1997