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 the minimum value.
Sample input
Get hands-on with 1400+ tech skills courses.