Jan 3, 2009

given a binary tree ,find the largest sub-tree which is a BST...(largest means subtree having largest no of nodes in it)...this is a wonderful questio

given a binary tree ,find the largest sub-tree which is a BST...(largest means subtree having largest no of nodes in it)

in order traverse the binary tree to keep the longest increasing substring

No comments:

Post a Comment