Huffman Tree

Home > Mathematics > Graph theory > Tree Graphs > Huffman Tree

A special type of binary tree used for data compression, where each leaf node represents a character and the frequency of the character's occurrence determines the shape and position of the node in the tree.