1086 Tree Traversals Again

題目大意: 用棧的輸出表示二叉樹的中序遍歷,要求輸出二叉樹的後序遍歷序列。 解題思路: 題目隱含了入棧的順序就是先序遍歷的序列,根據這個構建出二叉樹然後後序輸出即可。 代碼如下: #include<iostream> #include<cstdio> #include<fstream> #include<set> #include<cmath> #include<cstring> #include
相關文章
相關標籤/搜索