Data-Structures-and-algorithms
Data-Structures-and-algorithms copied to clipboard
Huffman Algorithm based text compressor in C++.
This is an implementation of the Huffman Encoding algorithm that encodes text-based and decodes it based on the path of tree traversal to nodes.