go top

后序遍历 [hòu xù biàn lì]

网络释义专业释义

  LRD

(3)后序遍历(LRD):若二叉树为空,则结束返回。否则:首先遍历左子树,然后遍历右子树,最后访问根结点,并且,在遍历左、右子树时,仍然先遍历左...

基于305个网页-相关网页

  void postorder

... void inorder(BiTree T)//中序遍历 void postorder(BiTree T)//后序遍历 CreatBiTree(T);//创建二叉树 ...

基于36个网页-相关网页

  postorder

后序遍历(PostOrder)是先左,再右,最后输出自己。

基于8个网页-相关网页

  void LaOrder

... void PreOrder(BiTree root)//前序遍历 void InOrder(BiTree root)//中序遍历 void LaOrder(BiTree root)//后序遍历 ...

基于6个网页-相关网页

  • postorder traversal - 引用次数:3

    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.

    通过对同一棵二叉树的前序遍历、中序遍历后序遍历及层次遍历得到四个不同列的分析,概括出二叉树的前序遍历、中序遍历后序遍历及层次遍历列间的关系,确定对应的二叉树。

    参考来源 - 二叉树的遍历探究与应用—《电脑知识与技术·学术交流》—2008年第23期—龙源期刊网
    post-order traversal

·2,447,543篇论文数据,部分数据来源于NoteExpress

新汉英大辞典

后序遍历 [hòu xù biàn lì]

  • postorder traversal
以上来源于:《新汉英大辞典》

双语例句

  • 通过对该结构的遍历自动生成装配有效地描述装配体。

    An assembly sequence can be automatically generated by implementing the postorder traversal to this model.

    youdao

  • 输入结果序遍历结果建立起棵树给出序遍历结果。

    Enter the tree traversal Preorder traversal of the results and the results of established tree and gives the results after the traversal.

    youdao

  • 说明:操作建立二叉树,序遍二叉树、中后序遍历二叉树。

    Binary tree operation: create a binary tree, before traversing binary, inorder, postorder binary tree traversal.

    youdao

更多双语例句

百科

后序遍历

后序遍历(LRD)是二叉树遍历的一种,也叫做后根遍历、后序周游,可记做左右根。后序遍历有递归算法和非递归算法两种。在二叉树中,先左后右再根,即首先遍历左子树,然后遍历右子树,最后访问根结点。

详细内容

以上来源于: 百度百科
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定