Skip to content
#

smaller-sizes

Here is 1 public repository matching this topic...

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.

  • Updated Apr 1, 2021
  • C++

Improve this page

Add a description, image, and links to the smaller-sizes topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the smaller-sizes topic, visit your repo's landing page and select "manage topics."

Learn more