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

单选题:Which one of the following is **impossible** to be the insertion

Luz5年前 (2021-05-10)题库1054
Which one of the following is **impossible** to be the insertion sequence of the given binary search tree?


![捕获2.JPG](~/f1ea62ce-e512-42f8-bff6-a31ea14ac12c.JPG)

@[B](3)

A. 15, 18, 21, 12, 8
B. 15, 12, 21, 8, 18
C. 15, 12, 8, 18, 21
D. 15, 18, 12, 21, 8



A.15, 18, 21, 12, 8
B.15, 12, 21, 8, 18
C.15, 12, 8, 18, 21
D.15, 18, 12, 21, 8


答案:B