Thread: huffman code
View Single Post
Join Date: Nov 2008
Posts: 10
Reputation: laki234 is an unknown quantity at this point 
Solved Threads: 0
laki234 laki234 is offline Offline
Newbie Poster

huffman code

 
0
  #1
Nov 19th, 2008
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
Reply With Quote