Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 542 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 542 Bytes

CanonicalHuffmanCode

A Experiment Of Canonical Huffman Code;

Main file: main.cpp

Performance:

a Chinese text file (unicode):

  --------------------------
  Coding Information:
  --------------------------
  Input file: 643kb
  Output file: 492kb
  Compressibility: 23.5383%
  --------------------------

a English text file(Jane Eyre):

  --------------------------
  Coding Information:
  --------------------------
  Input file: 283kb
  Output file: 162kb
  Compressibility: 42.7012%
  --------------------------