Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
rwb11001 committed Nov 30, 2015
1 parent c4542be commit 4fc5bcf
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
@@ -1,2 +1,17 @@
# RangeSearch
A computational geometry project. In the folder kdtest you will find an application that allows the user to navigate the plane, enter points and view the kdtree. In the stuff folder you will a working sketch demonstrating some further properties of the kdtree. The select test folder contains protyping work for the selection mechanisms. Note that not all commits are javascript ready, you will have to check the commit log for the last confirmed javascript ready version.
A Processing sketch that demonstrates how a kd-tree can partion space and allow for faster searching of points.

### Contents
* kdtest - Contains an application that allows the user to navigate the plane, enter points and view the kdtree.
* stuff/tree - Contains a working sketch demonstrating some further properties of the kdtree.
* selecttest - Contains protyping work for the selection mechanisms.

### Javascript
We are not commited to having this javascript ready at all times, as it is under active development. Please check the commit log to find the last javascript ready version.

### Credit
This project is for CSE 4095: Introduction to Computational Geometry
Group Members:
* Russell Bentley
* Kevin Pratt
* Lynn Asselin

0 comments on commit 4fc5bcf

Please sign in to comment.