Skip to content

File compression and decompression program, run-length and Huffman compression

License

Notifications You must be signed in to change notification settings

isopleth/jlcompress

Repository files navigation

This is a slightly modified piece of coursework that I did a decade ago. I've changed it to keep up with changes to the C programming language and compiler etc over the years. The task was to write a file compression program in C that used two compression techniques. I chose run length encoding because it was easy to do, and Huffman coding because it was a bit more tricky and so would be an interesting challenge.

To build it on Linux, type make. It has various tests, run these using make test

About

File compression and decompression program, run-length and Huffman compression

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published