44. n 個未排序的數字,下列哪一個排序演算法(sorting algorithms) 沒辦
法在 worst case 時間複雜度 θ(n2
) 內完成排序
(A)heap sort
(B)insertion sort
(C)bubble sort
(D)quick sort。
答案:登入後查看
統計: A(111), B(42), C(54), D(33), E(0) #1646338
統計: A(111), B(42), C(54), D(33), E(0) #1646338
詳解 (共 2 筆)
#4141412
heap sort時間複雜度比較小,肯定是能在O(n2)內完成排序
爛題目
1
0