Showing posts with label longest increasing substring. Show all posts
Showing posts with label longest increasing substring. Show all posts

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