-->
当前位置:首页 > 题库

单选题:Using the linear algorithm to build a min-heap from the sequence

Luz5年前 (2021-05-10)题库1439
Using the linear algorithm to build a min-heap from the sequence { 16, 28, 14, 13, 7, 6 }, and then DeleteMin. Which one of the following statements is false?
@[D](3)

A. 7 is the root
B. 13 and 14 are siblings
C. 13 is the parent of 16
D. 28 is the left child of 13



A.7 is the root
B.13 and 14 are siblings
C.13 is the parent of 16
D.28 is the left child of 13


答案:D