Huffman coding implementation in Haskell - I'm just learning Haskell
Go to file
2016-03-18 17:51:36 +03:30
.gitignore initial commit 2016-03-18 13:37:20 +03:30
hs-huffman.cabal initial commit 2016-03-18 13:37:20 +03:30
index.hs style: lint 2016-03-18 17:51:36 +03:30
LICENSE initial commit 2016-03-18 13:37:20 +03:30
Node.hs initial commit 2016-03-18 13:37:20 +03:30
README.md initial commit 2016-03-18 13:37:20 +03:30
Setup.hs initial commit 2016-03-18 13:37:20 +03:30

hs-huffman

Huffman Coding implementation in Haskell.

I'm just learning Haskell, so you might not want to use this in any product. If you think I'm doing it wrong, I would be glad to know!