Fund. CS II (CS152 2005F)

Class 45: Dictionaries (1): The Dictionary ADT

Back to Heaps and Heap Sort. On to Dictionaries (2): Binary Search Trees.

Held: Friday, 18 November 2005

Summary: Today we begin discussion of a new abstract data type, the Dictionary. Dictionaries provide indexed access to values in which the indices may be a variety of objects (most typically strings).

Related Pages:

Overview:

An Introduction to Dictionaries

Applications of Dictionaries

Dictionaries, Revisited

Dictionaries vs. Databases

Implementing Dictionaries with Association Lists

Binary Search Trees

Back to Heaps and Heap Sort. On to Dictionaries (2): Binary Search Trees.

Disclaimer: I usually create these pages on the fly, which means that I rarely proofread them and they may contain bad grammar and incorrect details. It also means that I tend to update them regularly (see the history for more details). Feel free to contact me with any suggestions for changes.

This document was generated by Siteweaver on Tue Dec 6 09:47:43 2005.
The source to the document was last modified on Thu Aug 25 16:15:09 2005.
This document may be found at http://www.cs.grinnell.edu/~rebelsky/Courses/CS152/2005F/Outlines/outline.45.html.

You may wish to validate this document's HTML ; Valid CSS! ; Check with Bobby

Samuel A. Rebelsky, rebelsky@grinnell.edu