课后题 数据结构 选择排序 选择题
第 41 题

简单选择排序算法的比较次数和移动次数分别为()。

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