Skip to content

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

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages