What is time complexity of C#\'s List.Sort()
List.Sort()
I guess it\'s o(N)
But after I searched a lot, I didn\'t get any accurate result.
best it can be asymptotically is O(nlogn)