网站首页  英汉词典

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

 

单词 inorder
释义

inorder

英汉-汉英词典
n. 中根次序
词组 | 习惯用语
您要查找的是不是:
  • disorder n. 混乱;骚乱 vt. 扰乱;使失调
  • innards n. 内脏;内部结构
  • inordinate adj. 过度的;非常的;无法无天的
  • orderer n. 订货人;开证申请人
inorder n. 中根次序
inorder traversal 中序遍历

网络短语:
void inorder 中序遍历;中序遍历二叉树;中序;中续遍例
inorder traversing 中序遍历
inorder to 为了
inorder transversal 中序遍历
inorder predecessor 中序前导子
param inorder 中序遍历序列数组
KKpreorder inorder postorder 前序
inorder r to 为了
preorder inorder postorder 前序;前序中序后序
英语例句库
  1. The mission of this article is to simplely design the bridge automation monitorial and control system inorder to establish a basis for the future design.
    本文的任务就是对桥梁的自动化监控系统进行简单的设计,为日后进一步的设计奠定良好的基础。

声明:以上例句、词性分类均由互联网资源自动生成,未经过人工审核,其表达内容亦不代表本软件的观点;若发现问题,欢迎向我们指正。

原声例句
随便说

Inorder to calm him down and settle his problem, she talked with him face toface and swapped a series of leaming tips with him.

为了安抚他的情绪,解决他的问题,她与他面对面交谈,交流了一系列的学习心得。

中文百科

树的遍历 Tree traversal

(重定向自Inorder)

在计算机科学里,树的遍历(也称为树的搜索)是graph traversal的一种,指的是按照某种规则,不重复地访问某种tree data structure的所有节点的过程。具体的访问操作可能是检查节点的值、更新节点的值等。不同的遍历方式,其访问节点的顺序是不一样的。以下虽然描述的是二叉树的遍历算法,但它们也适用于其他树形结构。

英语百科

Tree traversal 树的遍历

(重定向自Inorder)
Pre-order: F, B, A, D, C, E, G, I, H.
In-order: A, B, C, D, E, F, G, H, I.
Post-order: A, C, E, D, B, H, I, G, F.
Level-order: F, B, G, A, D, I, C, E, H.

In computer science, tree traversal (also known as tree search) is a form of graph traversal and refers to the process of visiting (checking and/or updating) each node in a tree data structure, exactly once. Such traversals are classified by the order in which the nodes are visited. The following algorithms are described for a binary tree, but they may be generalized to other trees as well.

随便看

 

英汉网英语在线翻译词典收录了3779314条英语词汇在线翻译词条,基本涵盖了全部常用英语词汇的中英文双语翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2024 encnc.com All Rights Reserved
更新时间:2025/6/17 22:05:27