Quadtree

Home > Computer Science > Algorithms and data structures > Trees > Quadtree

A tree structure in which each internal node has four children, used to partition a two-dimensional space recursively.