This is a tool to visualize to what extent Huffman coding would compress a file.
The compression extent is more for larger files.
You can find more information about Huffman Coding here
- Clone the repo
git clone https://github.com/krush11/huffman-coding.git- Build
main.cppin a code editor - Run
main.exeor equivalent built file
Anyone can contribute