Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 370 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 370 Bytes

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