Results 1 to 27 of 27

Thread: Binary Tree (Solved)

Threaded View

  1. #1

    Thread Starter
    Frenzied Member Tec-Nico's Avatar
    Join Date
    Jun 2002
    Location
    México
    Posts
    1,192

    Smile Binary Tree (Solved)

    Hey... I am trying to create a Binary Tree Structure But I cannot use pointers... Any Ideas there? (Phinds already gave me an idea of this and I have already created a Binary Tree, so don't mind this)

    I would really appreciate any help. I am doing it from the scratch so please be patient with me...

    (As a matter of fact the Binary Tree is complete, I am just working on restructuring the Tree. I am writing a code to avoid the worst case with this... Can anyone tell me how to calculate the right and left height of a node using its level and the right or left height of the whole tree? With this Information I can be able to solve the whole problem)

    Come on... Don't tell me you are not interested. I know every programmer would like to have a Binary Tree, they are very useful!

    The code below has not yet the Balancing Rotations nor the DeleteNode. But since nobody has replied, I guess you don't want it. If you feel like it, please reply. (This was solved and the code is added later in this thread)

    Thanks
    Last edited by Tec-Nico; Nov 3rd, 2002 at 09:40 PM.
    We miss you, friend... Rest in Peace, we will take care of the rest of it.

    [vbcode]
    On Error Me.Fault = False
    [/vbcode]
    - Silence is the human way to share ignorance
    Tec-Nico

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width