If a node is the last visited node in the inorder traversal of a
If a node is the last visited node in the inorder traversal of a given binary tree, then it must also be the last visited node in the preorder traversal of the tree.
~@[](2)答案:FALSE