How can one prove that for every absolute binary tree (every node has either 0 or 2 children) there exists a Huffman series which can be represented by said tree.
Any hints will be much appreciated!
How can one prove that for every absolute binary tree (every node has either 0 or 2 children) there exists a Huffman series which can be represented by said tree.
Any hints will be much appreciated!
Constructive proof: if a_1, ..., a_k are the leaves' depths, then the series may be b_1 = 2^(-a_1), ..., b_k = 2^(-a_k).