【題組】(15) Suppose an integer x is in the NCTU linked list, what is the time complexity to delete the
問題詳情
【題組】(15) Suppose an integer x is in the NCTU linked list, what is the time complexity to delete 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.