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
take an input file, count byte frequencies, build a Huffman tree, assign variable-length codes, and then write a compressed bitstream to an output file.