ECE 2574 Data Structures and Algorithms
Syllabus
Schedule
Documents
FAQ
Development Environment
Writing Tests
Style Guide
Design Guide
Using the Auto-Grader
Meeting 31: Binary Search Tree ADT
Today we will look at how binary trees can be used to provide fast storage for searching.
Binary Search Tree ADT
pseudo-code of operations
complexity of operations
Links
Slides
Example Code