From d168171edfae8180e5eced3886fb7b2b2ffc7421 Mon Sep 17 00:00:00 2001 From: easternDay <849919718@qq.com> Date: Tue, 19 Nov 2019 11:41:15 +0800 Subject: [PATCH] Update tree/main.cpp --- .../main.cpp" | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git "a/\346\240\221\345\222\214\344\272\214\345\217\211\346\240\221/main.cpp" "b/\346\240\221\345\222\214\344\272\214\345\217\211\346\240\221/main.cpp" index b0dc515..f1792d8 100644 --- "a/\346\240\221\345\222\214\344\272\214\345\217\211\346\240\221/main.cpp" +++ "b/\346\240\221\345\222\214\344\272\214\345\217\211\346\240\221/main.cpp" @@ -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); -- GitLab