Thanks for the code but I have a massive key range and I want to output the top 10 keys of the largest values but I have multiple keys of the same value. How do I display the sorted keys along with the other keys that are either by itself (unique value) or also sorted (shares same value as other keys). – Adhy KarinaMar 31 '12 at 6:48
You should ask that in a separate question :D – jamylakMar 31 '12 at 6:53
Or nevermind, just add it to this question i guess – jamylakMar 31 '12 at 7:05
When you say you want to output the top 10 keys, do you simply want the highest 10 keys or do you want the keys of the highest 10 values? – jamylakMar 31 '12 at 7:14
This would work for the example but he may also want to sort different keys. – jamylakMar 31 '12 at 6:13
@jamylak, then he can add a variable or write a function. It's an example and the question didn't specify format of output. – Mark TolonenMar 31 '12 at 16:35
sortedoritertoolsfor your lexicographic sort, once you've determined they belong to the same repeating group. – MrGomez Mar 31 '12 at 5:28