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

If `A` and `B` are both leaf nodes in a binary tree, then there

Luz5年前 (2021-05-10)题库1383
If `A` and `B` are both leaf nodes in a binary tree, then there exists a binary tree with preorder traversal sequence `...A...B...` and inorder traversal sequence `...B...A...`. ~@[](2)

答案:FALSE