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.
說明:二叉樹操作:建立二叉樹,前序遍歷二叉樹、中序、後序遍歷二叉樹。
雙語例句
专业释义
- 後序遍歷
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.
通過對同一棵二叉樹的前序遍歷、中序遍歷、後序遍歷及層次遍歷得到四個不同序列的分析,概括出二叉樹的前序遍歷、中序遍歷、後序遍歷及層次遍歷序列間的關系,確定對應的二叉樹。 - 後序編歷