Skip to content

An implementation of the Huffman compression algorithim written in C.

Notifications You must be signed in to change notification settings

ankitsxchdeva/huffman-compression

Repository files navigation

Build:

$ make all

To encode:

$ ./encode [-h] [-v] [-i infile] [-o outfile]

  -h             Program usage and help.
  -v             Print compression statistics.
  -i infile      Input data to encode.
  -o outfile     Output of encoded data.

To decode:

$ ./decode [-h] [-v] [-i infile] [-o outfile]
  -h             Program usage and help.
  -v             Print out compression statistics.
  -i infile      Input data to encode.
  -o outfile     Output of encoded data.

Clean:

$ make clean

About

An implementation of the Huffman compression algorithim written in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published