• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>
            后序的遞歸算法。
            template <class T>
            void recposttraverse(struct node<T>* Tree)
            {
                if(Tree == NULL) return;
                recposttraverse(Tree->left);
                recposttraverse(Tree->right);
                visitnode(Tree);
            }
            后序的非遞歸算法要加入tag的實(shí)現(xiàn)。
            template <class T>
            void posttraverse(struct node<T>*tree)
            {
                if(tree == NULL) return;
                MyStack<struct node<T> *> treestack;
                treestack.init(20);
                treestack.push(tree);
                struct node<T>* Item;
                while(treestack.gettop()!=0)
                {
                    Item  = treestack.pop();
                    if(Item&&Item->flag)//true is tree
                    {
                        Item->flag = false;
                        treestack.push(Item);
                        if(Item->right)
                        treestack.push(Item->right);
                        if(Item->left)
                        treestack.push(Item->left);
                    }
                    else
                    {
                        visitnode(Item);
                    }

                }


            }



            Posted on 2008-06-15 14:37 micheal's tech 閱讀(295) 評(píng)論(0)  編輯 收藏 引用 所屬分類(lèi): Algorithm
            7国产欧美日韩综合天堂中文久久久久| 精品视频久久久久| 国产成人无码精品久久久免费 | 久久久久久久久久久久中文字幕 | 亚洲国产精品无码久久SM | 久久精品国产精品青草| 国产精品美女久久久免费| 伊人伊成久久人综合网777| 国产午夜精品久久久久免费视| 成人精品一区二区久久| 久久精品国产男包| 国产成人AV综合久久| 久久香蕉超碰97国产精品 | 一本色综合网久久| yellow中文字幕久久网| 日韩av无码久久精品免费| 欧美与黑人午夜性猛交久久久| 国产精品欧美久久久天天影视| 伊人情人综合成人久久网小说| 欧美久久综合性欧美| 性欧美丰满熟妇XXXX性久久久| 久久久久国产日韩精品网站| www.久久热.com| 国产成人精品久久免费动漫| 中文字幕久久精品无码| 偷窥少妇久久久久久久久| 久久影视综合亚洲| 久久电影网| 无码国内精品久久人妻麻豆按摩 | 久久久久国产精品嫩草影院| 国产午夜精品理论片久久影视 | 麻豆精品久久久久久久99蜜桃| 激情久久久久久久久久| 国产伊人久久| 久久无码国产| 国产精品久久久久久久app| 久久这里只精品99re66| 亚洲伊人久久综合影院| 亚洲国产欧洲综合997久久| 一本久久知道综合久久| 精品久久人妻av中文字幕|