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

For a binary tree, if its pre-order travel sequence is { 4, 2, 1

Luz5年前 (2021-05-10)题库1148
For a binary tree, if its pre-order travel sequence is { 4, 2, 1, 3, 6, 5, 7 }, and its in-order travel sequence is { 1, 2, 3, 4, 5, 6, 7 }, then 4 is the parent of 3. ~@[](2)

答案:FALSE