Huffman Tree

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

A binary tree used for encoding data that assigns shorter codes to characters that appear more frequently.