Huffman Encoding


  • Huffman's algorithm is an example of a greedy algorithm
  • Huffman encoding, an algorithm for the lossless compression of files based on the frequency of occurrence of a symbol in the file that is being compressed. 


Usefull links for Huffman Encoding:

No comments:

Post a Comment