Skip to content
Yue Wang edited this page Mar 4, 2015 · 13 revisions

Welcome to the Compression wiki!

  • Using std::map<Char, Freq> as frequency table.
  • Note : move to frequency map , huffman tree not tested yet.
  • class Encoder : read a file and build a vector to hold content, for now just limited characters.
  • class BitList : a sequential container to store bit data, push back only.
Clone this wiki locally