ABSTRACT

The tree is a term from graph theory. A tree is a set of nodes that connect from child to parent. A node can have many child nodes; each node in a tree has one parent node except for the node at the tree’s top. There are no cycles — that means at most one path connects any two nodes.