Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 653 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 653 Bytes

#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