binary tree

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anarghya
    New Member
    • Oct 2006
    • 18

    binary tree

    dear friends please tell me the construction of binary tree using linked list??
  • dariophoenix
    New Member
    • Oct 2006
    • 34

    #2
    If you mean you have to implement the binary tree data structure using pointers between links/nodes, as in the linked list implementations , check this out:

    http://www.cee.hw.ac.u k/~rjp/Coursewww/Cwww/tree.html

    Comment

    Working...