go top

inorder traversal

  • 中序遍历:二叉树遍历的一种方式,先遍历左子树,再遍历根节点,最后遍历右子树。

网络释义专业释义

  中序遍历

1,二叉树的遍历二叉树的遍历操作分为常见的前序遍历(Preorder transversal),中序遍历(Inorder transversal)以及后序遍历(Postorder transversal)。前序遍历:根----->左子树----->右子树。

基于549个网页-相关网页

  中序序列

中序序列

基于1个网页-相关网页

  • 中序遍历 - 引用次数:2

    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期—龙源期刊网
    中序横过

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

双语例句

  • Given preorder and inorder traversal of a tree, construct the binary tree.

    给定一个序遍历重建棵二叉树。

    youdao

  • Given preorder and inorder traversal of a tree, construct the binary tree.

    给定中序遍构造

    youdao

  • In the data structure, the binary tree can be uniquely confirmed when the nodes sequences of this binary tree for preorder traversal and inorder traversal are knows.

    数据结构中,已知一序列和中序序列,唯一确定二叉树。

    youdao

更多双语例句
$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

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

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