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

搜索资源列表

  1. 3adf

    0下载:
  2. 遍历是二叉树各种操作的基础,显示,遍历过程中可以对各结点进行各种操作,又实现各种的目的。-traverse binary tree is the basis for various operations, that the process can traverse the nodes of various operations, Also achieve various objectives.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:18360
    • 提供者:pmz
  1. shujujiegou-erchashu

    0下载:
  2. 叉排序树与平衡二叉排序树基本操作的实现 用二叉链表作存储结构 (1)以回车( \\n )为输入结束标志,输入数列L,生成二叉排序树T; (2)对二叉排序树T作中序遍历,输出结果; (3)计算二叉排序树T的平均查找长度,输出结果; (4)输入元素x,查找二叉排序树T,若存在含x的结点,则删除该结 点,并作中序遍历(执行操作2);否则输出信息“无结点x”; (5)判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;-fork trees and
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2028
    • 提供者:胡图
  1. 源代码(vc++)

    0下载:
  2. 里面装有 5 个小程序,分别是:0-1背包问题、二叉树遍历、链式表的实现、迷宫路径、资源最优配置算法。每个程序都有详细的说明,是我这两个学期所做的实验的一部分。-containing five small programs, namely : 0-2-1 knapsack problem, the binary tree traversal and the chain table and that the realization of the maze path, the optimal res
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:86163
    • 提供者:葛兴高
  1. shuxingshiyanjiegou

    0下载:
  2. 1)熟练掌握二叉树的二叉链表表示及前序创建算法与实现; 2)熟练掌握二叉树的前序、中序和后序递归遍历算法与实现; 3)掌握中序遍历线索二叉树的基本算法与实现 4)掌握中序遍历线索化二叉树的算法与实现
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:27978
    • 提供者:huiyuanyuan
  1. JAVA闹钟

    0下载:
  2. 数据结构上机实验的一些源代码。包含哈弗曼编码译码器,二叉树的遍历,算术表达式求值,拓扑排序等。
  3. 所属分类:文档资料

  1. 哈工大软件基础实验报告

    0下载:
  2. 这个报告中包括哈工大计算机软件基础课3个上机实践的源代码,调试过程及实验结果截图。3个实践分别为顺序存储的线性表维护子系统的实现,二叉树的前序遍历程序的实现和二叉排序树维护子系统实现。
  3. 所属分类:报告论文

    • 发布日期:2011-12-13
    • 文件大小:319488
    • 提供者:chuangxinxuefen
  1. paxieeuew

    0下载:
  2. 1.创建二叉树 2.输出二叉树 4.二叉树的前中后三序遍历 5.删除特定关键字结点 0.退出程序-1. Create a binary tree 2. Output binary tree 4. Bintree three after the first traversal of 5. Delete specific keyword node 0. Exit procedures
  3. 所属分类:Document

    • 发布日期:2017-04-11
    • 文件大小:1013
    • 提供者:张清
  1. 00517

    0下载:
  2. 二叉树的应用,包括建立,遍历,以及求深度等。-Have a try!
  3. 所属分类:software engineering

    • 发布日期:2017-04-29
    • 文件大小:24949
    • 提供者:XMULYB
  1. shujujiegou

    1下载:
  2. 实现对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算(置空栈、进栈、出栈、取栈顶元素、判栈空)实现二叉树的先序、中序、后序三种遍历,输出三种遍历的结果。-Any given realization of the binary tree (self-Vertices) the establishment of its chain store binary structure, and use the five basic computing stack (The s
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:44513
    • 提供者:大傻
  1. dada

    0下载:
  2. 以递归方式按先序序列建立二叉树的二叉链表结构,再分别输出先序、中序、后序的遍历结果-Recursively by first-order sequence of the establishment of a binary tree binary linked list structure, each with output of the first sequence, in order, postorder traversal of the results of
  3. 所属分类:File Formats

    • 发布日期:2017-03-24
    • 文件大小:123150
    • 提供者:胡丹
  1. 10060324

    1下载:
  2. 二叉树主要完成以下功能: 1. 建立二叉树 2. 计算结点所在的层次 3.统计结点数量(size)和叶结点数量 4.计算二叉树的高度 5.计算结点的度 6.找结点的双亲(Parent)和子女 7.二叉树的遍历 8.二叉树的输出-Main binary tree complete the following features: 1. The establishment of a binary tree. Calculate the junction point w
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:550872
    • 提供者:曹小保
  1. Binary-tree

    0下载:
  2. 课程设计数据结构二叉树的遍历的C++语言的实现方法-Binary tree data structure traversal method
  3. 所属分类:Communication

    • 发布日期:2017-11-27
    • 文件大小:1097
    • 提供者:ma
  1. 7.Binary-Search-Tree

    0下载:
  2. 二叉树收索,包括二叉树的遍历,收索,增加,删除等功能-Close binary search
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:20658
    • 提供者:孙洪鑫
  1. ExamCpp--

    0下载:
  2. 单链表,单循环链表,双链表,循环双链表的实现,二叉树的遍历与实现。森林与树的转换以及图的深度广度遍历,邻接矩阵邻接表实现-Single list, round robin list, double-linked list, circular double-linked list implementation, and implementation of a binary tree traversal. Forest conversion, and the depth and breadth of
  3. 所属分类:File Formats

    • 发布日期:2017-05-19
    • 文件大小:5521300
    • 提供者:xiaohei
  1. er-chashu

    0下载:
  2. 二叉树的遍历 二叉树的遍历 -er cha shu de bian li
  3. 所属分类:Document

    • 发布日期:2017-05-11
    • 文件大小:2347113
    • 提供者:豹纹秋衣
  1. 树与二叉树

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

    • 发布日期:2015-04-30
    • 文件大小:37376
    • 提供者:weizen
  1. DoubleLinkedList

    0下载:
  2. java的二叉树写法,基本思路为,二叉树的遍历-a base java project
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:6131
    • 提供者:曾小安
  1. 数据结构上机实验——二叉树

    1下载:
  2. 根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。 二叉树的基本功能: 1、二叉树的建立 2、前序遍历二叉树 3、中序遍历二叉树 4、后序遍历二叉树 5、按层序遍历二叉树 6、求二叉树的深度 7、求指定结点到根的路径 8、二叉树的销毁 9、其他:自定义操作 编写测试main()函数测试线性表的正确性
  3. 所属分类:软件工程

  1. 数据结构

    0下载:
  2. 学习数据结构一个比较基础的代码,实现遍历二叉树,插入合并操作。(Learn a relatively basic code of the data structure to traverse the two forked tree and insert the merge operation.)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-11
    • 文件大小:1024
    • 提供者:lixuhao21
  1. tree3

    1下载:
  2. 集成了二叉树的基本需求,内含二叉树的循环链表实现的非递归层次遍历和运用链表求树的宽度。(It integrates the basic requirement of two branch tree, which includes the recursive link list implemented by two binary tree, and the width of tree is calculated by linked list.)
  3. 所属分类:文章/文档

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:limited
« 12 3 »
搜珍网 www.dssz.com