Skip to content

andreilukichoff/static-huffman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.