ordered tree
A tree data structure in which the children of each node are ordered. Used in computer science contexts.
Ordered trees are often covered in algorithm textbooks as a data structure.
Compound of 順序 (order) and 木 (tree), a calque of English 'ordered tree'.