Binary tree to BST - by dsiap How wil you convert Binary Tree to Binary Search Tree with O(n) extra space ? Read the article
Level Order Successor of node in BST - by dsiap How can we find level order successor of a node in bst if parent pointer is given(with out using Queue ) ? Read the article