Google News
logo
C-Language - Interview Questions
What is Huffman’s algorithm?
Huffman’s algorithm is associated in creating extended binary trees that has minimum weighted path lengths from the given weights. It makes use of a table that contains frequency of occurrence for each data element.
Advertisement