A simple QuadTree class implemented in pure Python. At the moment, only point elements can be inserted. A point element is a 3-iterable whose 1st item is the element's value (anything really) while ...
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 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results