Skip to content

This is a file compression system created using Huffman coding algorithm.

Notifications You must be signed in to change notification settings

tejasbagal1/File-Compression-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-Compression-System

Compress Text Files Using Huffman Coding Algorithm

Running Tests

  • To run / execute this project :

    • Save compress.cpp, decomppress.cpp & Text file u want to compress in same folder.

      (Here, sample file input.txt is provided)

  • To compress the file run :
  g++ compress.cpp


  • After that compressed.txt file will be generated.


  • To decomppress the file run
 g++ decompress.cpp
  • You will get the decomppressed.txt file 👍
    • this will be your orignal file which u compressed

Authors

Screenshot

saveG

  • Here 86% compression is achieved

About

This is a file compression system created using Huffman coding algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages