Описание тега multiway-tree
A multiway tree is a tree where each node can have a variable number of children.
A tree data structure is a structure consisting of nodes with some number of children. Many trees a binary trees (each node has 0, 1, or 2 children), though trees with multiple children exist as well. This tag is appropriate for questions specifically about multiway trees.