Parents and Children

A node located directly beneath another node is called a child while the node directly above another node is referred to as the parent.

While a node can have any number of children, it cannot have more than one parent.

Incorrect: A node can have no more than one parent