It is {$00$,$10$,$01$,$110$} a Huffman code?( I think that the answer is no, because the corresponding binary tree has only one vertex on the last level)
2026-03-31 12:12:50.1774959170
It is {$00$,$10$,$01$,$110$} a Huffman code?
118 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You are right. The essence of the construction of a Huffman code is to two pick the two lowest probabilities and place them as siblings (same codelength) in the tree, and so on recursively. Hence, that coodbook cannot be a Huffman code.