Mar 17, 2008

find nth max element in BST(Binary search tree)

Without using any extra space. Tree can be traversed only once.

No comments: