Quadtree
Tree data structure in which each internal node has exactly four children
A quadtree is a tree data structure in which each internal node has exactly four children. Quadtrees are the two-dimensional analog of octrees and are most often used to partition a two-dimensional space by recursively subdividing it into four quadrants or regions.
Nº Q934791 ★★
Uncommon · Knowledge
Quadtree
Tree data structure in which each internal node has exactly four children
A quadtree is a tree data structure in which each internal node has exactly four children. Quadtrees are the two-dimensional analog of octrees and are most often used to partition a two-dimensional space by recursively subdividing it into four quadrants or regions.
Last price
—
Floor price
—
7-day median
—
30-day sales
0
30-day range
—
In circulation
0
Price history
median
low – high
sales
No sales in this period
Show table
| Date | median | Low | High | sales |
|---|
Sales history
- Last sale
- —
- 30-day average
- —
- 30-day low
- —
- 30-day high
- —
- Sales 7d
- 0
- Sales 30d
- 0
No sales yet.
Anonymous sales: no buyer or seller shown. Figures count player-to-player sales only.
From Wikipedia
A quadtree is a tree data structure in which each internal node has exactly four children. Quadtrees are the two-dimensional analog of octrees and are most often used to partition a two-dimensional space by recursively subdividing it into four quadrants or regions. The data associated with a leaf cell varies by application, but the leaf cell represents a "unit of interesting spatial information". The subdivided regions may be square or rectangular, or may have arbitrary shapes. Although similar subdivisions were used much earlier (for instance in the Whitney covering lemma of 1934), this data structure was named a quadtree by Raphael Finkel and J.L. Bentley in 1974. A similar partitioning is also known as a Q-tree. All forms of quadtrees share some common features: They decompose space into adaptable cells. Each cell (or bucket) has a maximum capacity. When maximum capacity is reached, the bucket splits. The tree directory follows the spatial decomposition of the quadtree. A tree-pyramid (T-pyramid) is a "complete" tree; every node of the T-pyramid has four child nodes except leaf nodes; all leaves are on the same level, the level that corresponds to individual pixels in the image. The data in a tree-pyramid can be stored compactly in an array as an implicit data structure similar to the way a binary heap can store a complete binary tree compactly in an array.
Text: Wikipédia, CC BY-SA 4.0. · Image: David Eppstein (Public domain) ·
Related cards
Segment tree
Tree data structure used in computer science
Nº Q2377385 ★
K-d tree
Multidimensional search tree for points in k dimensional space
Nº Q309949 ★★
R-tree
Tree-based data structure, used to index spatial information
Nº Q1198051 ★★
Anscombe's quartet
Four data sets with the same descriptive statistics, yet very different distributions
Nº Q2554672 ★★
Lagrange's four-square theorem
Theorem
Nº Q756946 ★★
Quadratic residue
Integer that is a perfect square modulo some integer
Nº Q878259 ★