Skip to content

khuyentran1401/kdtree-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of KdTree and Range Search

KdTree is a data structure that could be used to find data in a particular range efficiently.

The implementation of KdTree could be found here

The article for this repo could be found here

An example of KdTree

To visualize the data structure of KdTree on a real dataset, I use a dataset for locations of ECOBICI’s stations (Mexico’s City bike public sharing system). To observe the structure, clone this repo then run

python ecobi.py

To find data in a particular range, run

python findrange.py

Enter the range in the prompt to retrieve the data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages