Lecture 19

Binary Search Tree (Part III)

Learning Outcomes

At the end of this lecture, you’ll be able to:

Lecture Plan

In this lecture, we'll cover the following lessons:

  1. Tree Terminology: Path
  2. Tree Terminology: Height
  3. Tree Terminology: Depth
  4. Tree Terminology: Exercise I
  5. Tree Terminology: Exercise II
  6. Tree Terminology: Full Binary Tree
  7. BST Analysis
  8. Tree ADT

Lessons marked with ⚡ contain exercise/activity.

Downloads