• Stars
    star
    2
  • Language
    Java
  • Created over 2 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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