Search, Insert and Deletion. How those properties work in a Binary Tree? How much I read articles and all nothing worked, still I cannot understand it well. Please help me with this. I want to know it simply. On internet they have explained very complicatedly.
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
|
This is not a bad intro to unbalanced trees, with code samples in c and java: http://cslibrary.stanford.edu/110/BinaryTrees.html And this is another reasonably good explanation with code samples in c++ (although they don't provide a remove implementation): http://www.cprogramming.com/tutorial/lesson18.html And finally, a very verbose article here (with remove implementation): http://eternallyconfuzzled.com/tuts/datastructures/jsw_tut_bst1.aspx |
||||
|
|
