You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
compression software using huffman_coding implemented in haskell.
It compresses a file by running the function 'compressAndDecompressFile "input"' where input is a text file.
The software is currently limited to compressing textfiles.
About
compression software using huffman_coding implemented in haskell