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
This is a Huffman's tree algorithm. It can compress files use huffmans tree algorithm.
Please type "./huff -c source.txt compressedSource.huff" to compress.
type "./huff -d compressedSource.huff source.txt" to decompress.