Skip to content

A text compressor based on huffman trees developed as a project for a Programming Paradigm's course @UDESC/CCT

Notifications You must be signed in to change notification settings

markx3/Huffman-Text-Compressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Huffman Text Compressor

Compile huffman.hs using ghc -O2 huff.hs.

To compress text files: ./huff c 'infile' 'outfile'

To decompress binary files: ./huff d 'infile' 'outfile'

Use -h param for more options.

About

A text compressor based on huffman trees developed as a project for a Programming Paradigm's course @UDESC/CCT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published