Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 533 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 533 Bytes

Huffman Code

Simple program to compress and decompress text files using Huffman coding.

Installation

git clone https://github.com/kozlov721/huffman
cd huffman
stack install

This will add an executable huffman into ~/.local/bin.

Usage

Usage: huffman-exe [-d] [-o|--output FILE] FILE

Available options:
  -d                       Decode instead of encode
  -o,--output FILE         Name of the output file
  -h,--help                Show this help text