对于快速排序,元素有序排列时的时间复杂度为(57)。
A.O(log2n)
B.O(n)
C.O(nlog2n)
D.O(n2)
第1题:
对n个元素进行堆排序时,最坏情况下的时间复杂度为(53)。
A.O(log2n)
B.O(n)
C.O(nlog2n)
D.O(n2)
第2题:
堆排序平均执行的时间复杂度()
A.O(n)
B.O(nlog2n)
C.O(log2n)
D.O(n2)
第3题:
【单选题】2. 对n个元素进行快速排序,如果初始数据已经有序,则时间复杂度为()。
A.O(1)
B.O(n)
C.O(n2)
D.O(log2n)
第4题:
对n个元素进行快速排序时,最坏情况下的时间复杂度为______。
A.O(log2n)
B.O(n)
C.O(nlog2n)
D.O(n2)
第5题:
快速排序的平均时间复杂度为()。
A.O(logn)
B.O(n)
C.O(nlog2n)
D.O(n2)