Skip to content

uchiiii/CompactDataStructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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