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.
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.