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

单选题:To delete X from a splay tree, the operations are: (1) Find X; (

Luz5年前 (2021-05-10)题库768
To delete X from a splay tree, the operations are: (1) Find X; (2)Remove X; (3) FindMin($$T_R$$); and the last operation is: @[B](1)

A. Make $$T_L$$ the right child of the root of $$T_R$$
B. Make $$T_L$$ the left child of the root of $$T_R$$
C. Make $$T_R$$ the right child of the root of $$T_L$$
D. Make $$T_R$$ the left child of the root of $$T_L$$




A.Make $$T_L$$ the right child of the root of $$T_R$$
B.Make $$T_L$$ the left child of the root of $$T_R$$
C.Make $$T_R$$ the right child of the root of $$T_L$$
D.Make $$T_R$$ the left child of the root of $$T_L$$


答案:B