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