(36) What is the runtime overhead of a divide-and-conquer algorithm that recursively processes two equal halves of a problem that each have an overhead of O(n)?
(A)O(n log n)
(B)O(log n)
(C)O(n2)
(D)O(n3)
(E)O(n)

答案:登入後查看
統計: 尚無統計資料

詳解 (共 1 筆)

#7101505
1. 題目解析 這道題目考察的是分治算法...
(共 1071 字,隱藏中)
前往觀看
0
0