IntermediateVocabulary#software-architecture#developer-tools#backend

Quad-Tree Vocabulary

Build fluency in the vocabulary of a tree that recursively splits a 2D region into four quadrants.

0 / 5 completed
1 / 5
At standup, a dev mentions a tree that recursively splits a two-dimensional region into four equal quadrants, only subdividing further wherever a quadrant still contains more points or objects than some threshold. What is this structure called?