Huffman coding implementation in Haskell - I'm just learning Haskell
.gitignore | ||
hs-huffman.cabal | ||
index.hs | ||
LICENSE | ||
Node.hs | ||
README.md | ||
Setup.hs |
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!