Previous Lecture Lecture 18 Next Lecture

Lecture 18, Tue 12/02

Binary Search Trees cont.

Recorded Lecture: 12_2_25

BST Deletion

Case 1: Delete a leaf node

BSTDeleteCase1.png

Case 2: Delete a node with one child

BSTDeleteCase2.png

Case 3: Delete a node with two children

BSTDeleteCase3.png