Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 205 Bytes

File metadata and controls

4 lines (3 loc) · 205 Bytes

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.