提交 d168171e 编写于 作者: 东方怂天's avatar 东方怂天

Update tree/main.cpp

上级 ac6c24d6
......@@ -10,7 +10,6 @@ int main()
//In order:DEBAGFCH
//Post order:EDBGFHCA
/*
cout << "Input ebt:" << endl;
//CreatBiTree_Rec(root);
CreatBiTree_Loop(root);
......@@ -32,7 +31,7 @@ int main()
cout << endl;
DisplayBiTree(root, Post);
cout << endl;
*/
UnionPreIn("ABDECFGH", "DEBAGFCH", root);
cout << endl;
DisplayBiTree(root, Pre);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册