問題詳情

11 下列排序方法(sorting algorithm)中,以那一種排序法的平均速度最慢?
(A)基數排序(Radix sort algorithm)
(B)氣泡排序(Bubble sort algorithm)
(C)分而治之/各個擊破(divide and conquer)的合併排序(Merge sort algorithm)
(D)分而治之/各個擊破(divide and conquer)的快速排序(Quick sort algorithm)

參考答案

答案:B
難度:非常簡單1
統計:A(0),B(4),C(0),D(0),E(0)

內容推薦

內容推薦