uchiiii / CompactDataStructure

Repository from Github https://github.comuchiiii/CompactDataStructureRepository from Github https://github.comuchiiii/CompactDataStructure

CompactDataStructure

Implementation of data structures in "Compact Data Structure"

Content

Encode

Array

Bit Array

  • succBV

Tree

  • Wavelet Tree

Execution

You can execute file(.cpp) with the following command.

$ cd test
$ g++ -std=c++17 <hoge>.cpp

About

License:MIT License


Languages

Language:C++ 97.4%Language:Julia 2.6%