(13) Suppose an integer x is in the NCTU linked list, what is the time complexity to find the location of the integer x?
(A)O(logm*n/m)
(B) O(logm+n/m)
(C) O(m+n/m)
(D) O(logm*n/m+m)
(E) None of the above.

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

詳解 (共 1 筆)

#7101532
1. 題目解析 在這道題目中,給定了一...
(共 987 字,隱藏中)
前往觀看
0
0