Skip to content

ani555/Lossless-Data-Compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lossless-Data-Compression

A simple data compression software to compress big text files based on huffman algorithm.

  1. To compress a textfile:
  • Run huffmanencode.cpp
  • Then enter the file path which has to be compressed
  • The compressed file is saved as <original_filename>compressed.dat
  1. To decompress a file
  • Run huffmandecode.cpp
  • give the filepath for .dat file
  • The file will be restored as <original_filename>expanded.txt

About

Data Compression software

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages