BST

Second Largest Node in Binary Search Tree

Given the root to a binary search tree, find the second largest node in the tree.

Read