搜索资源列表

  1. 非递归前序,中序,后序遍历二叉树(优化算法)

    0下载:
  2. 非递归前序,中序,后序遍历二叉树(优化算法)-before non - recursive sequence, sequence after sequence binary tree traversal (optimization algorithm)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1256
    • 提供者:徐宾
  1. 先序遍历二叉树

    0下载:
  2. 现实先序遍历二叉树!-reality preorder binary tree!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:50057
    • 提供者:小百
  1. 遍历二叉树

    1下载:
  2. 按层遍历二叉树的算法设计C语言数据结构作业-layer by the binary tree traversal algorithm design C language data structures operations
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:935
    • 提供者:郑伟雄
  1. 遍历二叉树

    0下载:
  2. 遍历二叉树
  3. 所属分类:开发工具

  1. 树与二叉树

    0下载:
  2. (1)输入字符序列,建立二叉链表。 (2)遍历二叉树输出。 (3)请设计一个算法,要求该算法把二叉树的叶子结点按从左到右的顺序连成一个单链表,表头指针为head。 二叉树按二叉链表方式存储,链接时用叶子结点的右指针域来存放单链表指针。请遍历该链表输出所有叶子结点,然后再先序遍历二叉树输出所有叶子结点,并对比两个输出结果,看是否相同。 (4)试写一算法判断某二叉树是否是完全二叉树。 (5)试写一算法判断某二叉树是否是二叉排序树。
  3. 所属分类:源码下载

    • 发布日期:2011-12-30
    • 文件大小:1983
    • 提供者:jaydhu
  1. 非递归前序,中序,后序遍历二叉树(优化算法)

    0下载:
  2. 非递归前序,中序,后序遍历二叉树(优化算法)-before non- recursive sequence, sequence after sequence binary tree traversal (optimization algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:徐宾
  1. 遍历二叉树

    0下载:
  2. 按层遍历二叉树的算法设计C语言数据结构作业-layer by the binary tree traversal algorithm design C language data structures operations
  3. 所属分类:C#编程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:郑伟雄
  1. 二叉树的生成与遍历

    0下载:
  2. 建立并按前,中,后序方法遍历二叉树,本代码用的是非递归方法,递归方法的稍后给出-established as before, during and after the binary tree traversal sequence method, the code of non- recursive method, recursive method is later
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:王伟
  1. 二叉树操作&图的遍历操作

    0下载:
  2. 二叉树操作&图的遍历操作, 完全按照里面的文挡用VC所完成的程序, 有详细的说明-binary tree traversal operation of the plan operations, in full accordance with the text inside the block with VC performed by the procedure is described in detail in
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:21504
    • 提供者:解放
  1. 递归中序遍历排序二叉树

    0下载:
  2. 这是一个中序遍历二叉树的VC实现,要注意的是输入节点后,以-1结束-which is a binary tree traversal sequence VC, to pay attention to the input nodes, in the end-1
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:159744
    • 提供者:楚天
  1. 遍历二叉树的3个递归算法

    0下载:
  2. 此程序给出了遍历二叉树的三个递归算法,并且利用了先序扩展序列建立二叉树,对于数据结构学习者有很大帮助-this procedure is a traversal of a binary tree three recursive algorithm, and use the first sequence extended sequence to establish a binary tree, the data structure for
  3. 所属分类:界面编程

    • 发布日期:2024-05-12
    • 文件大小:339968
    • 提供者:赵麟
  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
  3. 所属分类:界面编程

    • 发布日期:2024-05-12
    • 文件大小:337920
    • 提供者:赵麟
  1. 各种二叉树的数据结构

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

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:贾德
  1. 二叉树jian

    0下载:
  2. 这个程序采用先序建立二叉树,并分别使用递归和非递归算法实现了对该二叉树的先中后序的遍历输出,并给出了一定的使用说明-this procedure was used in order to establish a binary tree respectively, and the use of recursive and non- recursive algorithm of this binary tree after the firs
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:186368
    • 提供者:杨正朋
  1. 二叉树的各种遍历操作(非)递归

    0下载:
  2. 数据结构的基本应用,二叉树的遍历。适合初学者,比较简单。 -the basic data structure application binary tree traversal. For beginners, relatively simple.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:阿水
  1. 二叉树的类实现

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

    • 发布日期:2024-05-12
    • 文件大小:109568
    • 提供者:刘炎黄
  1. 3.1二叉树

    0下载:
  2. [实验目的]? 验证二叉树的链接存储结构及其上的基本操作。? [实验内容及要求]? 1、 定义链接存储的二叉树类。 2、 实验验证如下算法的正确性、各种功能及指标:? 1)创建一棵二叉树,并对其初始化;? 2)先根、中根、后根遍历二叉树;? 3)在二叉树中搜索给定结点的父结点;? 4)搜索二叉树中符合数据域条件的结点;? [测试数据]? 由教师随机指定树结构,测试上述功能(Header file of two fork tree)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:614400
    • 提供者:weiyt9916
  1. 遍历二叉树

    0下载:
  2. 简单的二叉树通过递归算法遍历,先序遍历中序遍历和后序遍历。通过遍历对二叉树的结构有更深入的学习(Simple two tree traversal through recursive algorithm, first order traversal traversal and preorder traversal. Through traversal, the structure of the two fork tree has a m
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:16059392
    • 提供者:沧海森林
  1. 二叉树的遍历

    0下载:
  2. 主要实现:创建二叉树、用先中后序遍历二叉树(中序,先序和后序遍历用非递归实现),并输出树高。(The main achievement is to create two branches tree, and use the first and middle traversal to traverse the two fork tree.)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:晴栀菀歌°
  1. 二叉树

    0下载:
  2. 实现二叉树的建立, 并能够中序遍历二叉树,查询二叉树的深度(The establishment of binary tree can be realized, and the binary tree can be traversed in order, and the depth of binary tree can be queried.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:***完美
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org