複選題
37. Which of the following statements are true?
(A) Stack implements a FIFO (first-in-first-out) policy.
(B) Queue implements a LIFO (last-in-first-out) policy.
(C) Stack can be realized by deque (double-ended qucue).
(D) The Find() operation in a doubly linked list takes O(n) time.
(E) The EnqueueO operation in a queue takes O(1) time.

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

詳解 (共 1 筆)

#7105796
1. 題目解析 在這道複選題中,我們需要...
(共 1032 字,隱藏中)
前往觀看
0
0