Lecture 21. Binary Search Trees, Part I

Friday February 28


Binary search trees are flexible and powerful data structures for storing collections of data in sorted order. Today we explore the basics of how BSTs work.

Readings

  • Readings: Chapter 16.1 - 16.2

Links

📦 Code and Slides