Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Implementation of a non-binary tree

Status
Not open for further replies.

thiru80

Programmer
Nov 13, 2002
4
0
0
US
Hi everyone

Could anyone please provide me an algortihm for building a non-binary(unsymmetrical tree) using C++,I am also interested in traversing the tree.

I would be even happy with an outline of how it can be implemented

Thanks
Thiru
 
Just like a linked list only instead of a "Next Node" there would be a collection of children.

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top