How to create reversed SortedSet in c# with IComparer as delegate inline?
var set = new SortedSet(stones, (x, y) => x.CompareTo(y)); //O(n log