...

/

Challenge: Find Max

Challenge: Find Max

Let’s find the maximum value in a BST.

Problem

Find the node with the maximum value in a BST.

Input

A BST.

Output

The node ...