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