huffman-codec 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.