This is a showcase for the Huffman Encoding using C++
Huffman encoding generates a Tree with Minimum Weighted Path Length (External) in such a way that the more frequently used characters are encoded with lesser bits For more details on Huffman coding, click here to be redirected to Wiki page.
To clone the repository,
git clone https://github.com/Colocasian/HuffmanBoi.git
cd HuffmanBoi
./install.sh
(Just in case installer is not working, run chmod +x ./install.sh
)
mkdir bin
g++ ./src/main.cpp -o ./bin/run
To run, just execute ./bin/run
in your command line
Anybody is welcome to help, just send me a message.