A tree is ordered if there is a meaningful linear order among the children of each node Every node has a value less than
Posted: Mon Jun 06, 2022 5:19 pm
A tree is ordered if there is a meaningful linear order among the children of each node Every node has a value less than any of its children, and the root node has the lowest value of all. Every node has a value greater than its left child, and less than its right child. O Every node has a value that is an average of the values of its children, and zero if it does not have children.