CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 二叉树的遍历

搜索资源列表

  1. 二叉树的创建及先序、中序、后序遍历

    1下载:
  2. 实现数据结构中的二叉树的创建及先序、中序、后序遍历-data structure to create the binary tree and first sequence, sequence, after the preorder
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:30076
    • 提供者:陆营
  1. 遍历二叉树的4个非递归算法

    0下载:
  2. 二叉树的4个非递归算法,中序先序后序和层次遍历,算法都有注释而且很详细,适合数据结构学习者使用-binary tree four non - recursive algorithm, the first sequence after sequence and the sequence level traversal algorithm Notes but have very detailed data structure suitable for use Learners
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:14259
    • 提供者:赵麟
  1. 各种二叉树的数据结构

    0下载:
  2. 按先序扩展序列建立二叉树,先序、中序、后序遍历的递归算法,二叉树遍历的非递归算法,层次的非递归算法,求二叉树的深度。-sequence extended by the first sequence established binary tree, first sequence, sequence, after the preorder the recursive algorithm, the binary tree traversal non - recursive algorithm, the
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3470
    • 提供者:贾德
  1. 二叉树的类实现

    1下载:
  2. 二叉树的一般操作: 1. 判断二叉树是否为空。 2. 搜索二叉树中的某一项。 3. 在二叉树中插入一项。 4. 从二叉树中删除一项。 5. 求二叉树的高度。 6. 求二叉树的节点数量。 7. 求二叉树的叶节点数量。 8. 遍历二叉树。 9. 复制二叉树。 -binary tree : 1. To judge whether the binary tree is empty. 2. Binary Tree Search of a one. 3. The in
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:110051
    • 提供者:刘炎黄
  1. 实习五 二叉树的存储与遍历

    0下载:
  2. 二叉树的存储与遍历-binary tree traversal and storage
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:4901
    • 提供者:vvho
  1. 二叉树的中序遍历和存储

    0下载:
  2. 用c实现的二叉树的中序遍历的读取与存储,能体现出向左倒的二叉树的打印界面,界面简单。-achieved using the binary tree traversal sequence which read and storage, will be shown left one of the binary tree Print interface that simple.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:46970
    • 提供者:曾德胜
  1. Java二叉树的后续遍历

    0下载:
  2. Java二叉树的后续遍历 Java二叉树的后续遍历主要应用于逆波兰式的求解,在编译中很重要.-Java two following forks the tree traversal Java two following to fork the tree traversal mainly applies in goes against the Poland -like solution,Is very important in the translation
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2659
    • 提供者:罗文
  1. 线索化二叉树遍历算法

    1下载:
  2. 本程序的主要功能在于先序输入一个二叉树,用三种递归,三种非递归进行遍历,并进行中序线索化以及其遍历,后进行中序去线索化,再进行后序线索化以及其遍历,最后后序去线索花进行中序遍历.程序的基本目的是了解二叉树的基本操作.
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-09-20
    • 文件大小:2803
    • 提供者:red_eyed_hare
  1. 二叉树的创建和遍历

    0下载:
  2. 二叉树的创建,三种遍历方法
  3. 所属分类:其它

  1. 求二叉树前序遍历序列中第k个结点的值

    0下载:
  2. 求二叉树前序遍历序列中第k个结点的值 c语言程序,已测试
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-01-28
    • 文件大小:28672
    • 提供者:sxccw2
  1. 二叉树的创建于遍历

    0下载:
  2. 二叉树的创建于遍历
  3. 所属分类:数据库编程

  1. 树与二叉树

    0下载:
  2. 实验内容1按照先序序列构造一棵以二叉链表表示的二叉树T,然后进行非递归中序遍历,递归后续遍历和层序遍历。
  3. 所属分类:文档资料

    • 发布日期:2015-04-30
    • 文件大小:37376
    • 提供者:weizen
  1. 二叉树演示

    0下载:
  2. 用于课程设计 ,二叉树相关操作的演示,前序遍历,,放大器设置等。可以随机创建,手动创建二叉树
  3. 所属分类:教育/学校应用

  1. 二叉树遍历

    0下载:
  2. 二叉树遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 遍历是二叉树上最重要的运算之一,是二叉树上进行其它运算之基础。(Two tree traversal (Traversal) refers to a search line, in turn, each node in the tree to do once, and only a visit. The operation of the access nod
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:338944
    • 提供者:Somnus2018
  1. 二叉树遍历

    1下载:
  2. 简单的二叉树遍历,中序遍历,后序遍历,前序遍历(Simple two tree traversal)
  3. 所属分类:其他

    • 发布日期:2017-09-26
    • 文件大小:3072
    • 提供者:tomrb
  1. 新建 WinRAR ZIP 压缩文件

    0下载:
  2. 建立二叉树。有三个步骤,并且进行前序、中序、后序遍历。(Establish two trees, and preorder, middle, and post traversal)
  3. 所属分类:数据结构

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:星海ok
  1. bintree

    0下载:
  2. 主要为二叉树的遍历,涉及到前序遍历、中序遍历、后序遍历,以及左右孩子的交换后的遍历(内附c&c++操作手册)(It is mainly used for binary tree.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:117760
    • 提供者:WilliamHGB
  1. 二叉树非递归创建

    0下载:
  2. 用c++编程,二叉树非递归的创建,创建 求深度 查找 求叶子结点数 遍历输出 层次遍历 层次创建(Non-recursive creation of binary tree)
  3. 所属分类:Java编程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:小轩xx
  1. 1160300803_樊静_实验二

    0下载:
  2. 森林和树的基本操作 ,森林的存储,森林转化成二叉树,二叉树的先序中序后序非递归遍历,以及区间编码(The basic operations of forests and trees, the storage of forests, the conversion of forests into two forked trees, the preorder and the post order of the two forked trees, and the interval encoding,
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:233472
    • 提供者:hit樊静
  1. tranfer

    0下载:
  2. 二叉树的各类历遍算法的转换,包括前序,中序与后序。(binary tree transfer for students majoring in instruments.)
  3. 所属分类:Windows编程

« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com