Skip to content

Very simple 8 bits huffman encoder/decoder with pure C.

License

Notifications You must be signed in to change notification settings

Bestoa/huffman-codec

Repository files navigation

huffman-codec

Codacy Badge

Very simple 8 bits huffman encoder/decoder.

Build

make

Usage

Encoder a file:

./huffman -e input [output]

Decode a file:

./huffman -d input [output]

If don't specify the output, output will be the stdout.

About

Very simple 8 bits huffman encoder/decoder with pure C.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published