smaller-sizes
There are 1 repositories under smaller-sizes topic.
mihany/Text-Compression-Utility
ASCII files can be compressed to smaller sizes by using variable length Huffman Coding. By analyzing the different probabilities of the various symbols that occur in a given file, we can build a Huffman tree to come up with a minimal, optimized binary list of code words for these symbols.