If you want to change selection, open original toplevel document below and click on "Move attachment"
Parent (intermediate) annotation
Open it The tree is a
fundamental data abstraction that imposes regularity on how hierarchical values
are structured and manipulated.
A tree has a root value and a sequence of branches. Each branch of a tree is a
tree. A tree with no branches is called a leaf. Any tree contained within a
tree is called a sub-tree of that tree (such as a branch of a branch). The
root value of a sub-tree of a tree is c