lprimeroo / DSA

Implementations of various data structures and algorithms.
MIT License
104 stars 179 forks source link

Added C++ and Python implementation of Huffman Encoding. #124

Closed Anirudh-Swaminathan closed 6 years ago

Anirudh-Swaminathan commented 7 years ago

The C++ and Python implementation of Huffman Encoding algorithm were added.\ The README has also been updated.