Skip to content

Implementation of Spatial data Structures KD-Tree and Quad-Tree in C++

Notifications You must be signed in to change notification settings

jnikhilreddy/KD-tree-And-QuadTree-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KD-tree-And-QuadTree-Implementation

Implementation of Spatial data Structures KD-Tree and Quad-Tree in C++

kd-Tree and Quad tree are spatial Partitioning data Structures used to partition the data in a space. Here the Implementation Considers two Dimension Space.

Input : From data.txt or through terminal

Output : Visulalise the Tree

To Run : g++ programname.cpp data.txt

For More details : https://www.cise.ufl.edu/class/cot5520sp18/CG_RangeKDtrees.pdf

About

Implementation of Spatial data Structures KD-Tree and Quad-Tree in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages