Find the kth largest element in the BST
Given a BST find the kth largest element in the BST with single traversal and without using any extra space
Solution
Last updated
Was this helpful?
Given a BST find the kth largest element in the BST with single traversal and without using any extra space
Solution
Last updated
Was this helpful?