Skip to content

vish-321/text_compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Compression Project in C

This project implements compression techniques specifically for text files, based on existing algorithms. It includes two different methods:

  • Huffman Algorithm: A straightforward implementation of the standard Huffman algorithm, which can reduce text file sizes by nearly 50%.
  • Modified LZ77 Technique: A slightly modified version of the LZ77 algorithm, which also achieves up to 50% reduction in text file size.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published