79488130

Date: 2025-03-06 02:54:49
Score: 1
Natty:
Report link

You can make it in one row by creating comparer in constructor.

SortedDictionary<int, int> dictionaryDescendingOrder = new SortedDictionary<int, int>(Comparer<int>.Create((x, y) => y.CompareTo(x)));
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Egor Vlasov