Developer-Student-Clubs-VSSUT-Burla / Master-PyAlgo

36 stars 84 forks source link

Huffman Coding Algorithm #471

Open U-c0de opened 3 years ago

U-c0de commented 3 years ago

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.

Assign this to me @rcoder23

U-c0de commented 3 years ago

Assign this to me @rcoder23