andriybobchuk / Huffman

One of my early projects thats I'm really proud of: Console-based program that compresses files with the Huffmann’s algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HUFFMAN

A program that compresses files with the Huffmann’s method.

Run in command line with switches:

  • '-i' to specify the input file
  • '-o' to specify the output file
  • '-m' to specify the mode: c – compress, d – decompress
  • '-d' to specify the dictionary file (created in compression, used in decompression)

Detailed guide is provided in the file DOCUMENTATION.PDF

About

One of my early projects thats I'm really proud of: Console-based program that compresses files with the Huffmann’s algorithm.


Languages

Language:C++ 100.0%