internal node (of a tree)
\\xyoptionall
An internal node of a tree is any node which has degree greater than one. Or, phrased in rooted tree
terminology, the internal nodes of a tree are the nodes which have at least one child node.
Figure: A tree with internal nodes highlighted in red.