Skip to content

Saurabh-29/dci-multi-level-dynamic-knn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Dynamic Multi Level prioritized DCI algorithm code implementation

C++ Code to run a dynamic multi-level version of prioritized DCI algorithm. Static Multi-Level version code can be found here. This code add the capability of dynamic insetion and deletion of points at run-time i.e. a single point addition or deletion will not require to create a new tree.

Getting Started.

  1. Git clone the repository
  2. Run this
    make
    ./output

Algorithm

See this doc

About

Code for multi-level dci-knn algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published