build1.out
来自「数据结构c++语言描述 Borland C++实现」· OUT 代码 · 共 7 行
OUT
7 行
The given inorder list is 3 5 1 0 2 6 4
and the given preorder list is 0 1 3 5 2 4 6
The constructed mapping array is 3 2 4 0 6 1 5
Construction of binary tree is complete
Inorder sequence is 3 5 1 0 2 6 4
Preorder sequence is 0 1 3 5 2 4 6
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?