ECE 2574 Data Structures and Algorithms
Syllabus
Schedule
Documents
FAQ
Development Environment
Writing Tests
Style Guide
Design Guide
Using the Auto-Grader
Meeting 34: Dictionary ADT
Today we will look at a very flexible ADT the Dictionary, and discuss potential implementations.
Dictionary ADT
AbstractDictionary
An implementation using SortedArray
An implementation using BinarySearchTree
Links
Slides
Example Code