tudocomp
– The TU Dortmund Compression Framework
|
#include <vector>
#include <tudocomp/compressors/lz78/LZ78Trie.hpp>
#include <tudocomp/Algorithm.hpp>
#include "cedar.hpp"
Go to the source code of this file.
Classes | |
class | tdc::lz78::cedar::CedarTrieNode |
class | tdc::lz78::CedarTrie |
Namespaces | |
tdc | |
Contains the text compression and encoding framework. | |
tdc::lz78 | |
Contains compressors and encoders that work with Lempel-Ziv-78-like dictionaries. | |
tdc::lz78::cedar | |