/static-huffman

Primary LanguageC++MIT LicenseMIT

static-huffman

This is an academic implementation of the huffman coding algorithm in C++.

Features:

  • Canonical huffman codes are not used.
  • Input file is encoded as a whole without splitting into blocks.