Topic: Tree Problem / Level: advanced

Problem: Find the kth largest element in a binary search tree without using extra space.

Run the code to see the output here...