52. The priority queue is a data structure used to maintain the elements x in the S set, and each element x has an associated value called a key. The MAX-PRIORITY QUEUE supports some operations. Which of the following does NOT support?
(A) INSERT(S, x)
(B) INCREASE-KEY(S, x, k)
(C) EXTRACT-MAX(S)
(D) MINIMUM(S)

答案:登入後查看
統計: A(6), B(7), C(7), D(11), E(0) #2927214

詳解 (共 1 筆)

#5487052
優先級隊列是一種數據結構,用於維護 S ...
(共 613 字,隱藏中)
前往觀看
3
0