(12)What is the time complexity of the program where n is the number of integers in the array data?
(A)O(log n)
(B) O(n)
(C)O(nlog n)
(D)O(n2)
(E) None of the above.

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

詳解 (共 1 筆)

#7101533
當我們討論一個程式的時間複雜度時,主要是...
(共 860 字,隱藏中)
前往觀看
0
0