Data-Structures-and-algorithms icon indicating copy to clipboard operation
Data-Structures-and-algorithms copied to clipboard

Huffman Algorithm based text compressor in C++.

Open C0DINGLE opened this issue 4 years ago • 0 comments

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.

C0DINGLE avatar Oct 05 '20 03:10 C0DINGLE