降順でソートされた辞書があります。各文字列(キー)は用語であり、int(値)はそのカウントです。最初のカウントを取得するにはどうすればよいですか?最大カウント(頻度)を指しているので……よろしくお願いします。
Just to inform some of whom commented that the dictionary<string,int> will change its
rank. Be sure, if you are grouping the dictionary by its count, there is no problem
with the order . Always the dictionary will come with highest count at first.