Parent[node->NODE*] =: NODE
Parent returns the parent of node. If node is the root node, or if node is null, the null node is returned.
Children.