DataStructures / Data structures Interview questions
What is Huffmans algorithm?
Huffmans 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.
More Related questions...