Jul 10, 2003 #1 thiru80 Programmer Nov 13, 2002 4 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
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
Jul 10, 2003 #2 palbano Programmer Oct 9, 1998 4,341 US Just like a linked list only instead of a "Next Node" there would be a collection of children. -pete Upvote 0 Downvote
Just like a linked list only instead of a "Next Node" there would be a collection of children. -pete