Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@ramani-VR4O43 • Jul 25, 2011
This article may help:
#-Link-Snipped-# -
@praveenkumar-66Ze92 • Jul 26, 2011
Binary Search Trees have a constraint of left node and sub nodes of the main node to be smaller and the right node and sub nodes to be larger than the main node. Using that constraint you can manually verify it. 😀 Do you need a program or something for it? 😐 -
@pensu-8tNeGU • Jul 26, 2011
@biroramani: thanks for the link....😀
@praveen: nah i got it.....actually i was confused about taking the range for the starting element and i did a mistake in recursion.....now its working completely fine....thanks anyway.....😀 -
@praveenkumar-66Ze92 • Jul 26, 2011
Oh Sure, anytime... 😀