Which sorting algorithm is used by .NET\'s Array.Sort() method?
Array.Sort()
It uses quick sort for sorting purpose