polytree
directed acyclic graph whose underlying undirected graph is a tree
anti-arborescence
rooted tree with edges oriented into the root node
arborescence
rooted tree with edges oriented out of the root node
parent pointer tree
tree data structure in which each node has a pointer to its parent node