From 4fc5bcff4c289eca3f25bb2de9dcefcffc6df6cc Mon Sep 17 00:00:00 2001 From: Russell W Bentley Date: Mon, 30 Nov 2015 04:32:35 -0500 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b827b15..b067de9 100644 --- a/README.md +++ b/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