#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.
- Git clone the repository
- Run this
make
./output
See this doc