試卷名稱:114年 - [無官方正解]114 台灣聯合大學系統_學士班轉學生考試試題:計算機概論#137764
年份:114年
科目:研究所、轉學考(插大)、學士後-計算機概論
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)