問題詳情

23 下列有關最大堆積(max heap)的敘述,何者正確?
(A)子節點(child node)的鍵值(key value)必會大於等於父節點(parent node)的鍵值(key value)
(B)必為完滿二元樹(full binary tree)
(C)必為完整二元樹(complete binary tree)
(D)必為二元搜尋樹(binary search tree)

參考答案

答案:C
難度:適中0.5
統計:A(0),B(0),C(0),D(0),E(0)