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