InterviewSolution
Saved Bookmarks
| 1. |
What is Huffman’s algorithm? Explain |
|
Answer» It’s a method used to build an EXTENDED binary tree with a minimum weighted path length from a given weight SET. It’s a lossless data compression ALGORITHM. |
|