postorder traversal
基本解釋
- 后序遍歷
英漢例句
- Given a binary tree, return the postorder traversal of its nodes' values. For exampl …
原始題目如下,意為后序遍歷二叉樹,不要用遞歸。 - An assembly sequence can be automatically generated by implementing the postorder traversal to this model.
通過對該結構的后序遍歷,自動生成裝配序列,能有效地描述裝配體。 - Binary tree operation: create a binary tree, before traversing Binary, inorder, postorder binary tree traversal.
說明:二叉樹操作:建立二叉樹,前序遍歷二叉樹、中序、后序遍歷二叉樹。
雙語例句
專業(yè)釋義
- 后序遍歷
This paper summarizes the relation of the four different array though the analysis of getting four arrayfrom the same binary tree using four different algorithm: preorder traversal,inorder traversal,postorder traversal and level traversal,to determine the corresponding binary tree.
通過對同一棵二叉樹的前序遍歷、中序遍歷、后序遍歷及層次遍歷得到四個不同序列的分析,概括出二叉樹的前序遍歷、中序遍歷、后序遍歷及層次遍歷序列間的關系,確定對應的二叉樹。 - 后序編歷