快速排序算法的平均时间复杂度为()。


快速排序算法的平均时间复杂度为()。

A、O(n)

B、O(n^2)

C、O(nlogn)

D、O(logn)

正确答案:O(nlogn)


Tag:复杂度 算法 时间 时间:2024-04-16 11:15:49