Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 489 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 489 Bytes

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.