Tree Properties
In a tree, on node is distinguished and called the root.
Every node c other than the root is connected by an edge to some one other node p call the parent of c.
A tree is connected – we can reach the root from any node by following the parents