hi
i want to create huffman binary code which tales string as a input,identify Identify the set of characters appearing in
the input string. Count the frequencies of these characters.
According to these frequencies, generate a Huffman binary code .I have to do this in c++ using cursor.I dont knw the concept of cursor in c++.
Can anybody help me .
thank u