/Huffman-encoding

A program that can compress and decompress text files using Huffman encoding.

Primary LanguageJava

Huffman-encoding

A program that can compress and decompress text files using Huffman encoding.

Input to this program is:

  1. A file name.
  2. Whether to compress or decompress the file.

Output of the program is:

  1. The compressed/decompressed file.
  2. The code used to code the bytes of the source file.
  3. The compression ratio.
  4. The execution time.