Once you attempt the question then PrepInsta explanation will be displayed.
Huffman Coding is a lossless compression technique. It assigns variable length bit code to different Character. The greedy choice is to assign least bit length code to the most frequent character .
Login/Signup to comment