Question on Binary Search Trees.

Posted by AGeek on Stack Overflow See other posts from Stack Overflow or by AGeek
Published on 2010-05-24T23:30:22Z Indexed on 2010/05/24 23:31 UTC
Read the original article Hit count: 243

Hi,

I was thinking of implementing a binary search trees. I have implemented some very basic operations such as search, insert, delete.

Please share your experiences as to what all other operations i could perform on binary search trees, and some real time operations(basic) that is needed every time for any given situation.. I hope my question was clear..

Thanks.

© Stack Overflow or respective owner

Related posts about data-structures

Related posts about binary-trees