How to create reversed SortedSet in c# with IComparer as delegate inline?

后端 未结 0 994
无人及你
无人及你 2020-12-23 15:51

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          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题