Hello , I am having trouble computing the frequencies of characters in a given i
ID: 3742343 • Letter: H
Question
Hello , I am having trouble computing the frequencies of characters in a given input file.(Ignoring all tabs, spaces and line returns)
I have to :
Input: a txt file (use argv[])
Output: a txt file (use argv[]) with the following format:
Char 1 # count (and so on for every other char)
This is on Huffman Coding if that helps.
Thankyou for any of your help in advance.