A QuadTree is a tree data structure in which each internal node has exactly four children, corresponding to the four quadrants of a Cartesian coordinate system. This project provides a simple ...
This package implements quadtree-like data structures in the classes NonTree, QuadTree and BiTree. More precisely speaking, point-region (PR) quadtrees and variants thereof are implemented. It also ...