Challenge: Find Min
Let’s find the minimum value in a BST.
We'll cover the following...
Problem
Find the node with the minimum value.
Input
A BST.
Output
Return a node with ...
Let’s find the minimum value in a BST.
Find the node with the minimum value.
A BST.
Return a node with ...