cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
How do you simulate a tree adt using a l
How do you simulate a tree adt using a linked list?
Mar 27, 2016 at 8:00pm UTC
DoABarrelRoll94
(51)
My professor never explained to the class how to create one and the slides and textbook are hard to understand.
Mar 27, 2016 at 9:53pm UTC
DoABarrelRoll94
(51)
He said there should be a class for Node, a class for position, incorporate the List adt as positionList for a list of all the children of a node, and a class for tree but he never explained how to set it up.
Topic archived. No new replies allowed.