詞語:postorder
postorder的解釋
postorder[,pəust'ɔ:də]n. 後根次序;後綴次序
postorder的意思
postorder 後序;郵政匯票;後序法;後根次序;postorder traversal 後序遍歷;後序追蹤;後序追蹤;後序走訪;preorder inorder postorder 前序 中序 後序;前序 中序 後;KKpreorder inorder postorder 前序 中序 後序;
postorder的參考例句
1.The article presents the recursive and non-recursive algorithms of postorder-traversing binary tree. 本文論述了後序遍歷二叉樹的遞歸算法和非遞歸算法。
2.Traversing a tree means visiting each node in a specified order. There are three simple ways to traverse a tree. They're called preorder, inorder, and postorder. 中序遍歷二叉搜索樹會使所有的節點按關鍵字升序被訪問到。如果希望在二叉樹中創建有序的數據序列,這是一種方法。
3.The article presents the recursive and non-recursive algorithms of postorder-traversing binary tree. It analyses the running course of working stack in recursive algorithm. 論述了二叉樹後序遍歷的遞歸算法和非遞歸算法,對遞歸算法中的工作棧的執行過程做了分析。