Skip to content

TravisOO7/FileCompressor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileCompressor

A text file compressor using Huffman Encoding and File Handling in C++

sample.txt is currently just a sample file which if kept in same directory as the main.cpp file will be compressed. createCompressedFile.cpp is a file which contains function to create a huffman tree and accordingly create a compressed file and a hashmap which stores huffman codes. RecreateOriginalFile.cpp will recreate the original file using hashmap and compressed file.

About

A text file compressor using Huffman Encoding and File Handling in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages