8.A max-heap stored in an array of length n guarantees that the parent of the node at index i is at:
(A) floor(i/2)
(B) floor((i -1)/2)
(C) ceil(i/2)
(D) i-1
(E) floor(i/3)
答案:登入後查看
統計: 尚無統計資料
統計: 尚無統計資料