Possible Duplicate:
Where is binary search used in practice?
What are the applications of binary trees?
I have done various exercises involving adding,deleting,ordering and so on.
However i am having a hard time visualizing the use of binary search tree in real world programs. I mean sure it is way faster than some of the other algorithms for searching. But is this its only use ?
Could you give me some examples of this algorithm use in real world software.