CodeNerve / Let-Us-Java

[Hacktoberfest 2022] Any amazing :fire: :100: code you may think of in Java, Let's compile all of them here
MIT License
74 stars 238 forks source link

Implementation of Huffman Coding in java. #150

Closed Faizansayeed28 closed 3 years ago

Faizansayeed28 commented 3 years ago

Huffman coding is a lossless data compression algorithm. The idea is to assign variable-length codes to input characters, lengths of the assigned codes are based on the frequencies of corresponding characters. The most frequent character gets the smallest code and the least frequent character gets the largest code.

Faizansayeed28 commented 3 years ago

I want to work on this issue @Pradyuman7 .please assign this to me.

Pradyuman7 commented 3 years ago

Let's not make issues for new implementation, please use the issue #3