Why can’t we be inconsistent while creating Huffman Tree i.e sometime make the higher frequency node left child and sometimes right I know per convention, we have to decided beforehand if we would assign the larger node to the left or right child and we have to maintain that order. Why is this have to be fixed?
Putting it left or right randomly doesn't influence the weight of the new node, or the height, so nothing really changes, right?