Skip to content

An easy to read well commented implementation of Huffman encoding / decoding in Haskell.

License

Notifications You must be signed in to change notification settings

philipholler/Huffman-Coding-Haskell

Repository files navigation

Huffman Coding in Haskell

This was done as a exercise in a functional programming class.

It should be an easy to read and understand version of Huffman coding created in Haskell.

The code can be found in /app/Huffman.hs, but is also imported and available from /app/Main.hs

Feel free to use and share :-)

About

An easy to read well commented implementation of Huffman encoding / decoding in Haskell.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published