Which sorting algorithm is used in .NET's Array Sort method ? (Array.Sort( ))
up vote
3
down vote
accepted
|
|
||||
|
up vote
0
down vote
|
It uses quick sort for sorting purpose |
||
|