vimodev / huffman

C implementation of pure Huffman. Slow but compression optimal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

huffman

Implementation of huffman algorithm for compressing files.

Building:

gcc huffman.c node.c

Usage:

Compression:

huffman -c input output

Decompression:

huffman -d input output

About

C implementation of pure Huffman. Slow but compression optimal.


Languages

Language:C 100.0%