How to add add node in binary tree

Posted by m.qayyum on Stack Overflow See other posts from Stack Overflow or by m.qayyum
Published on 2010-04-25T16:25:10Z Indexed on 2010/04/25 16:33 UTC
Read the original article Hit count: 730

Filed under:
|
                   (5)Root
          (3)-------^--------(7)
     (2)---^----(5)           ^-----(8)

i want to add node with data 5 in this binray tree....Please help.....i really stuck in it

© Stack Overflow or respective owner

Related posts about binary

Related posts about binary-trees