-
Notifications
You must be signed in to change notification settings - Fork 0
sagarc/Location-Finder
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Developers: Sagar Chordia Pararth Shah Siddhesh Chaubal CS 213 (Data Structures Project) Supports funtions like: 1) Constructs Kd-tree from given Point Set. 1) Finding nearest neighbour of given point from Point set stored in KD-Tree. 2) Finds out all points lying inside a specified region. 3) Finds out some clusters in Pointset. Files: prim.h region.h kdtree.h main.cpp prim.h: includes classes for basic point and edge region.h: classes for finding number of points in a region kdtree.h: class for KdTree and algorithms for creation of Kdtree, finding nearest point, finding all points in region. main.cpp algorithm for finding clusters in given dataset
About
Specified Point set is stored in KD-Tree data structure, allowing algorithms on this point-set to be computed efficiently.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published