Is this your company?
Given a tree, how would determine if it is a binary search tree ?
Anonymous
Do a inorder traversal of the tree and expect a sorted o/p for BST.. if the order is not sorted, then the tree is not BST
Check out your Company Bowl for anonymous work chats.