Huffman Trees

Home > Computer Science > Algorithms and data structures > Tree Algorithms > Huffman Trees

A coding algorithm for data compression, where the most frequently used characters in a message are assigned shorter binary codes.