Hi,
I'm trying to implement solution to following problem in C:
I have a large text file (apprx 50KB) .Now i want to print the words in descending order according to their frequncies in given file.
Which data structure would be best?? Hash tables or tries..or any other suggestion...
Thanks
faxo



LinkBack URL
About LinkBacks


