How do you simulate a tree adt using a linked list?

My professor never explained to the class how to create one and the slides and textbook are hard to understand.
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.