I have a hashtable with different words(key) and the number of times they occur(value).
I want to sort it based on value in such a way that the word which occurs for the most no. of times appears first.How do I do so?