The Wayback Machine - https://web.archive.org/web/20220530180641/https://github.com/topics/text-compression
Skip to content
#

text-compression

Here are 43 public repositories matching this topic...

Text compression using Huffman Coding; enhanced using Burrows-Wheeler Transforms and other algorithms. Compressor program opens and reads a file named “comp.txt” placed in the same folder as the executable “a.out” and generates a compressed file named “compi.bin”. Decompressor programs opens and reads a file named “compi.bin” that was previously created by the compressor program and decompresses it into a text file, named “decomp.txt” by default, in the same folder as the executable “a.out”. This project was done as part of a “Data Structures” course in an Undergraduate program.
  • Updated Mar 17, 2017
  • C

Improve this page

Add a description, image, and links to the text-compression 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 text-compression topic, visit your repo's landing page and select "manage topics."

Learn more