Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 255 Bytes

File metadata and controls

3 lines (3 loc) · 255 Bytes

File_Compression

Compresses File using huffman algorigth and generates .bin file(compressed file) and reads for that file The file main.cpp has logic that compresses input.txt and reads that compressed file and prints it's data using huffman algorithm.