单选题:Using the linear algorithm to build a min-heap from the sequence
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
@[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