What is Huffman’s algorithm?
964
07-Sep-2019
Updated on 19-Sep-2020
Anonymous User
07-Sep-2019The Huffman’s algorithm is used for creating extended binary trees that have minimum weighted path lengths from the given weights. That makes use of a table that contains the frequency of occurrence for each data element.