Skip to content

Implementation of several compression algorithms in Haskell

License

Notifications You must be signed in to change notification settings

kozlov721/huffman

Repository files navigation

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

About

Implementation of several compression algorithms in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published