Fundamentals of Computer Science II (CSC-152 2000F)


Class 49: Dictionaries

Back to Group Lab: Implementing Trees. On to Binary Search Trees.

Held Monday, November 27, 2000

Summary

Today we move on to a new kind of ADT, the Dictionary. Like arrays, dictionaries provide indexed access to elements. Unlike arrays, dictionaries use strings (or arbitrary values) as the index values.

Notes

Overview


Association Lists

Dictionaries

Applications of Dictionaries

Dictionaries, Revisited

Dictionaries vs. Databases

Implementing Dictionaries with Association Lists


History

Wednesday, 23 August 2000

Thursday, 24 August 2000

Sunday, 26 November 2000

Sun Nov 26 20:21:24 CST 2000

Back to Group Lab: Implementing Trees. On to Binary Search Trees.


Disclaimer Often, these pages were created "on the fly" with little, if any, proofreading. Any or all of the information on the pages may be incorrect. Please contact me if you notice errors.

This page may be found at http://www.cs.grinnell.edu/~rebelsky/Courses/CS152/2000F/Outlines/outline.49.html

Source text last modified Sun Nov 26 20:20:03 2000.

This page generated on Mon Nov 27 08:41:54 2000 by Siteweaver. Validate this page's HTML.

Contact our webmaster at rebelsky@grinnell.edu