Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 274 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 274 Bytes

Q-Digest

Compile

The algorithm can be compiled. g++ q-digest.cpp -o output_file under src/ directory.

Running

The program receives arguments that can be listed in --help.

Future improvements

Dynamic allocate all the tree nodes, and adjust the quantile query.