Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
363 stars 619 forks source link

Huffman Coding Algorithm #1988

Open U-c0de opened 3 years ago

U-c0de commented 3 years ago

Describe the solution you'd like Description of the problem Given a set of symbols along with their frequencies, we will find a variable-length binary code that can be assigned to each and every symbol. The main objective of this algorithm is to usually transmit information using the fewest number of bits in such a way that every encoding is unambiguous

I want to work in Python. @rish-singhal @tarun26091999 @Rohan27s Assign me this

purohitmansi commented 3 years ago

Do assign me this.