Can somebody help with this problem: I need to, after entering some value, check how many values in my binary search tree are less than the value entered. I have been thinking quite a lot about it...and I don't really know how to do it. You don't need to give me whole code, just some general idea what to do.
NOTE: This is not a homework assignment; I like to do some algorithm design in my spare time.
Thanks