MOOC Tree Traversals Again

03-樹(shù)3 Tree Traversals Again (25分)
An inorder binary tree traversal can be implemented in a non-recursive way with a stack. For example, suppose that when a 6-node binary tree (with the keys numbered from 1 to 6) is traversed, the stack operations are: push(1); push(2); push(3); pop(); pop(); push(4); pop(); pop(); push(5); push(6); pop(); pop(). Then a unique binary tree (shown in Figure 1) can be generated from this sequence of operations. Your task is to give the postorder traversal sequence of this tree.
[圖片上傳失敗...(image-1897-1511628506569)]Figure 1
Input Specification:
Each input file contains one test case. For each case, the first line contains a positive integer N

N

N (≤
3
0

\le 30

≤30) which is the total number of nodes in a tree (and hence the nodes are numbered from 1 to N

N

N). Then 2
N

2N

2N lines follow, each describes a stack operation in the format: "Push X" where X is the index of the node being pushed onto the stack; or "Pop" meaning to pop one node from the stack.
Output Specification:
For each test case, print the postorder traversal sequence of the corresponding tree in one line. A solution is guaranteed to exist. All the numbers must be separated by exactly one space, and there must be no extra space at the end of the line.

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#define MaxSize 30

struct{
    int top;
    int data[MaxSize]; 
}stack;

int preorder[MaxSize],inorder[MaxSize];
void GetPostOrder(int preorder[],int a,int b,int inorder[],int c,int d)
{
    int i;
    for( i=c;i<=d&&preorder[a]!=inorder[i];i++);
    if(i>0) GetPostOrder(preorder,a+1,i,inorder,c,i-1);
    if(i<d) GetPostOrder(preorder,i+1,b,inorder,i+1,d);
    printf("%d ",inorder[i]);
}
int main()
{
    freopen("in.txt","r",stdin);
    stack.top=-1;
    int n,pretop=0,intop=0,temp;
    scanf("%d",&n);
    for(int i=0;i<2*n;i++)
    {
        char s[5];
        scanf("%s",s);
        if(strcmp(s,"Push")==0){
            scanf("%d",&temp);
            stack.data[++stack.top]=temp;
            preorder[pretop++]=temp;
        }
        else{
            inorder[intop++]=stack.data[stack.top--];
        }
    }
    GetPostOrder(preorder,0,n-1,inorder,0,n-1);
}
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市暖侨,隨后出現(xiàn)的幾起案子提前,更是在濱河造成了極大的恐慌,老刑警劉巖旋廷,帶你破解...
    沈念sama閱讀 211,348評(píng)論 6 491
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件鸠按,死亡現(xiàn)場(chǎng)離奇詭異,居然都是意外死亡饶碘,警方通過(guò)查閱死者的電腦和手機(jī)目尖,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,122評(píng)論 2 385
  • 文/潘曉璐 我一進(jìn)店門(mén),熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái)扎运,“玉大人瑟曲,你說(shuō)我怎么就攤上這事『乐危” “怎么了洞拨?”我有些...
    開(kāi)封第一講書(shū)人閱讀 156,936評(píng)論 0 347
  • 文/不壞的土叔 我叫張陵,是天一觀的道長(zhǎng)负拟。 經(jīng)常有香客問(wèn)我烦衣,道長(zhǎng),這世上最難降的妖魔是什么? 我笑而不...
    開(kāi)封第一講書(shū)人閱讀 56,427評(píng)論 1 283
  • 正文 為了忘掉前任花吟,我火速辦了婚禮秸歧,結(jié)果婚禮上,老公的妹妹穿的比我還像新娘衅澈。我一直安慰自己键菱,他們只是感情好,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,467評(píng)論 6 385
  • 文/花漫 我一把揭開(kāi)白布今布。 她就那樣靜靜地躺著纱耻,像睡著了一般。 火紅的嫁衣襯著肌膚如雪险耀。 梳的紋絲不亂的頭發(fā)上弄喘,一...
    開(kāi)封第一講書(shū)人閱讀 49,785評(píng)論 1 290
  • 那天,我揣著相機(jī)與錄音甩牺,去河邊找鬼蘑志。 笑死,一個(gè)胖子當(dāng)著我的面吹牛贬派,可吹牛的內(nèi)容都是我干的急但。 我是一名探鬼主播,決...
    沈念sama閱讀 38,931評(píng)論 3 406
  • 文/蒼蘭香墨 我猛地睜開(kāi)眼搞乏,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼波桩!你這毒婦竟也來(lái)了?” 一聲冷哼從身側(cè)響起请敦,我...
    開(kāi)封第一講書(shū)人閱讀 37,696評(píng)論 0 266
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤镐躲,失蹤者是張志新(化名)和其女友劉穎,沒(méi)想到半個(gè)月后侍筛,有當(dāng)?shù)厝嗽跇?shù)林里發(fā)現(xiàn)了一具尸體萤皂,經(jīng)...
    沈念sama閱讀 44,141評(píng)論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,483評(píng)論 2 327
  • 正文 我和宋清朗相戀三年匣椰,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了裆熙。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 38,625評(píng)論 1 340
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡禽笑,死狀恐怖入录,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情佳镜,我是刑警寧澤僚稿,帶...
    沈念sama閱讀 34,291評(píng)論 4 329
  • 正文 年R本政府宣布,位于F島的核電站邀杏,受9級(jí)特大地震影響贫奠,放射性物質(zhì)發(fā)生泄漏唬血。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,892評(píng)論 3 312
  • 文/蒙蒙 一唤崭、第九天 我趴在偏房一處隱蔽的房頂上張望拷恨。 院中可真熱鬧,春花似錦谢肾、人聲如沸腕侄。這莊子的主人今日做“春日...
    開(kāi)封第一講書(shū)人閱讀 30,741評(píng)論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)冕杠。三九已至,卻和暖如春酸茴,著一層夾襖步出監(jiān)牢的瞬間分预,已是汗流浹背。 一陣腳步聲響...
    開(kāi)封第一講書(shū)人閱讀 31,977評(píng)論 1 265
  • 我被黑心中介騙來(lái)泰國(guó)打工薪捍, 沒(méi)想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留笼痹,地道東北人。 一個(gè)月前我還...
    沈念sama閱讀 46,324評(píng)論 2 360
  • 正文 我出身青樓酪穿,卻偏偏與公主長(zhǎng)得像凳干,于是被迫代替她去往敵國(guó)和親。 傳聞我的和親對(duì)象是個(gè)殘疾皇子被济,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,492評(píng)論 2 348

推薦閱讀更多精彩內(nèi)容