Skip to content

gcohara/guac

Repository files navigation

guac

George's Utterly Abysmal Ultra Amazing Compressor

Personal project to implement a file compressor in C++. Builds a Huffman tree over the alphabet of all 256 bytes. The length of each symbol's codeword in this tree is then used to get a canonical Huffman encoding. The canonical encoding is then used to compress the file.

About

George's Ultra Amazing Compressor - A Huffman Coding File Compressor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published