Write your question here.
i'm working on buffman coding, but i don't understand much about it.
example :
i create a .txt file with content is "abc"
=> size of this file is 3 bytes
now assume character a have code is 10
b 01
c 00
then, i create another file that it's content is '100100'.
=> size of this file is 6 bytes
why size of second file bigger than first file.
anyone, help me to understand this problem.