Skip to content

sachin3145/fileCompressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Compressor

About

A C++ project which compresses text files using huffman encoding algorithm and decompresses compressed files which are compressed using the same huffman encoding algorithm

How to use

  • Compile the files compress.cpp and decompress.cpp
  • To compress a text file ensure that both file and executable are in the same directory, from there pass the input file name and output file name as commandline arguments
  • To decompress a compressed file compressed using the same huffman encoding ensure that both file and executable are in the same directory, from there pass the input file name and output file name as commandline arguments

About

A C++ project which compresses text files and decompresses compressed files using huffman coding algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages