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

Insert 1, 2, 3, 4, 5, and 6 one by one into an initially empty A

Luz5年前 (2021-05-10)题库1437
Insert 1, 2, 3, 4, 5, and 6 one by one into an initially empty AVL tree. Then the preorder traversal sequence of the resulting tree must be {4, 2, 1, 3, 5, 6}. ~@[](3)

答案:TRUE