hello friends,
I have a programmed project about huffman compression.
I want to gain the code of each character but I can't!
we know in huffman algorithm we will have a unique bitString for each char.
for example: a=0001 b=110 c=1011 , ...
Can any one help me to find these BitString after each compressing.
I think it's related to the Make_Bit_Str Subroutine in project.
Help me please... Emergency !!
I have a programmed project about huffman compression.
I want to gain the code of each character but I can't!
we know in huffman algorithm we will have a unique bitString for each char.
for example: a=0001 b=110 c=1011 , ...
Can any one help me to find these BitString after each compressing.
I think it's related to the Make_Bit_Str Subroutine in project.
Help me please... Emergency !!