I have a SortedDictionary how do I find the key associated with the max value? Do I have to loop through every KeyValuePair?
I have a SortedDictionary how do I find the key associated with the max value? Do I have to loop through every KeyValuePair?