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 with the maximum value.
Sample input
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.