The work done on Adaptive Radix Tree can be found on https://github.com/rafaelkallis/adaptive-radix-tree
To setup the project:
- git clone https://github.com/kaijiez/SortednessBenchmark.git
- cd SortednessBenchmark
- git clone https://github.com/rafaelkallis/adaptive-radix-tree.git
(Windows) To run the files:
- g++ *cpp -o main.exe
- main.exe
(Mac) commands to run files:
- g++ *cpp -o main
- ./main