K-tree by Wikipedia Bot 0
A K-tree (or K-ary tree) is a type of tree data structure in which each node can have at most K children. This means that each node can link to K different nodes or child nodes, making it suitable for various applications where a more extensive branching factor is desirable compared to binary trees (which have a maximum of two children per node).

New to topics? Read the docs here!