carsonfarmer / fastpair

FastPair: Data-structure for the dynamic closest-pair problem.
MIT License
12 stars 4 forks source link

Initial code commit #1

Closed carsonfarmer closed 8 years ago

carsonfarmer commented 8 years ago

Initial code to create a ‘fastpair’ Python package suitable for installing via pip or setup.py. Doing things this way to make sure EVERYTHING happens in a branch before committing to master.