请输入您要查询的英文单词:

 

单词 inorder traversal
释义
inorder traversal
  • 简明释义
  • 中序遍历:二叉树遍历的一种方式,先遍历左子树,再遍历根节点,最后遍历右子树。
  • 网络释义
  • 1

    ?中序遍历

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

  • 2

    ?中序序列

    中序序列

  • 双语例句
  • 1
    Given preorder and inorder traversal of a tree, construct the binary tree.
    给定一个二叉树的前序和中序遍历,重建这棵二叉树。
  • 2
    Given preorder and inorder traversal of a tree, construct the binary tree.
    给定先序和中序遍历,构造二叉树。
  • 3
    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.
    在数据结构中,已知一棵二叉树的先序序列和中序序列,可唯一确定此二叉树。
随便看

 

英汉双解词典包含3185865条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/12 4:08:20