The Quadtree reference article from the English Wikipedia on 24-Jul-2004
(provided by Fixed Reference: snapshots of Wikipedia from wikipedia.org)

Quadtree

Sponsor with the world's largest charity for orphans
A quadtree is a tree data structure in which each internal node has up to four children. Quadtrees are most often used to partition a two dimensional space by recursively subdividing it into four quadrants.

Some common uses of quadtrees are:

Quadtrees are the two-dimensional analog of octrees.

See also: data structure

External links

This article is a stub. You can help Wikipedia by expanding it.