Implementation of data structures in "Compact Data Structure"
- Haffman Codes: https://hackmd.io/y50ozLuJRRiJgme1jwqUvw?view
- LZ77
- LZ78
- succBV
- Wavelet Tree
You can execute file(.cpp) with the following command.
$ cd test
$ g++ -std=c++17 <hoge>.cpp
Implementation of data structures in "Compact Data Structure"
You can execute file(.cpp) with the following command.
$ cd test
$ g++ -std=c++17 <hoge>.cpp