I am trying to create a Huffman tree and i am bit confused by reading several links on internet. Some add the greater(in terms of weight) child nodes in left or some on right.
So my question:
(1)Is it really a matter that where to add the nodes(in left or right) ?
(2) May i add node with greater weight in right or lower weight in Left ?
Thanks for the help.