You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.