Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 634 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 634 Bytes

QuadTree

This project describe a QuadTree structure :

It is often very efficient in comparing two-dimensional, ordered data points, usually operating in O(log n) time.

In order tobuild the project run

> build.cmd // on windows    
$ ./build.sh  // on unix

Build Status

Mono .NET
Mono CI Build Status .NET Build Status