In a given binary tree, find the number of elements that lie in a given range.
Anonymous
If it is binary SEARCH tree, just do in-order (if what to do sorted print) traversal and apply the condition.
Check out your Company Bowl for anonymous work chats.