Back to Developer Roadmap

N-ary (K-ary, M-ary) Trees

src/data/roadmaps/computer-science/content/k-ary--m-ary-tree@UOYeM-hqIKCrB9hGez4Q_.md

4.0277 B
Original Source

N-ary (K-ary, M-ary) Trees

Note: the N or K is the branching factor (max branches)

Binary trees are a 2-ary tree, with branching factor = 2

2-3 trees are 3-ary

Visit the following resources to learn more: