简单选择排序算法的比较次数和移动次数分别为()。
A. O(n),O(log₂n) B.O(log₂n),O(n²) C. O(n²),O( n) D.O(nlog₂n),O(n)
[tag_link]
正确答案:C