[Skip to Body]
Primary:
[Front Door]
[Current]
[Glance]
-
[Honesty]
[On Teaching and Learning]
Groupings:
[EBoards]
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Outlines]
[Readings]
[Reference]
Misc:
[SamR]
[Java 1.5 API]
[Espresso]
[TAO of Java]
[CS152 2004F]
Back to Dictionaries (1): The Dictionary ADT. On to Dictionaries (3): Hash Tables.
Held: Monday, 21 November 2005
Summary: Today we consider a tree-based implementation of dictionaries, the binary search tree.
Related Pages:
Overview:
D
/ \
B F
/ \ / \
A C E G
Rebelsky
/ \
French Stone
/ \ / \
Chamberland Herman Shuman Walker
/ / \ \ \
Adelberg Gum Jepsen Silkin Wolf
/ \
Hill MooreE
\ \
Kornelson MooreT
Dictionary with binary search
trees, we'll build a wrapper class. This class will permit us to
Comparator used to determine
large and small.
Back to Dictionaries (1): The Dictionary ADT. On to Dictionaries (3): Hash Tables.
[Skip to Body]
Primary:
[Front Door]
[Current]
[Glance]
-
[Honesty]
[On Teaching and Learning]
Groupings:
[EBoards]
[Examples]
[Exams]
[Handouts]
[Homework]
[Labs]
[Outlines]
[Readings]
[Reference]
Misc:
[SamR]
[Java 1.5 API]
[Espresso]
[TAO of Java]
[CS152 2004F]
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:44 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.46.html.
You may wish to
validate this document's HTML
;
;
Check with Bobby