What is Huffman’s algorithm?
3 years ago
Data Structure and Algorithm
Huffman’s algorithm is used for creating extended binary trees that have minimum weighted path lengths from the given weights. It makes use of a table that contains the frequency of occurrence for each data element.

Sujan Bk
Jan 9, 2022