Huffman coding implementation in Haskell - I'm just learning Haskell
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Mahdi Dibaiee d83dcba48d style: lint 7 years ago
.gitignore initial commit 7 years ago
LICENSE initial commit 7 years ago
Node.hs initial commit 7 years ago
README.md initial commit 7 years ago
Setup.hs initial commit 7 years ago
hs-huffman.cabal initial commit 7 years ago
index.hs style: lint 7 years ago

README.md

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!