問題詳情

60. Which of the following statement about sorting algorithm is not true?
(A) A sorting algorithm puts elements of a list into an order
(B) For Quick sort, the average complexity is n logn to sort n elements
(C) For Bubble sort, the average complexity is n2 to sort n elements
(D) For Insertion sort, the average complexity is n2 to sort n elements
(E) For Selection sort, the average complexity is n log n to sort n elements

參考答案

答案:E
難度:計算中-1
書單:沒有書單,新增