Hacktoberfest-2021-Data-Structures-and-Algorithms
Hacktoberfest-2021-Data-Structures-and-Algorithms copied to clipboard
Huffman Tree implementation
Implementation of Huffman tree with encoding and decoding operations Build huffman tree from input string, encode it and then decode the encoded string