CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 树的遍历

搜索资源列表

  1. btree

    0下载:
  2. 用先序、中序、后序三种方式递归、非递归的遍历二叉树-With the first order, in order, the order of three ways recursive, non-recursive binary tree traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:177192
    • 提供者:qiuhui_shi
  1. BiTree

    0下载:
  2. 此程序的功能是建立二叉树,并且对二叉树进行前序中序后序的遍历以及二叉树的显示等功能,主要是数据结构的小实验,对二叉树的理解很有帮助,程序采用C++编程,简单易懂。-Feature of this program is to build a binary tree, and on the binary tree in order to pre-order traversal and postorder binary tree display and other functions, the mai
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1609
    • 提供者:周中锋
  1. BiaryTree

    0下载:
  2. 此程序是二叉树的创建和前序中序后序的遍历和二叉树的显示功能等,主要是对数据结构中二叉树编程的理解。-This program is a binary tree in order to create and preorder postorder binary tree traversal and display functions, mainly in the binary tree data structure is programmed to understand.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1615
    • 提供者:周中锋
  1. C

    0下载:
  2. 上传的文件包含6个: 计算器、二叉树、排序、哈希查找、图的遍历和最小生成树。-Upload file contains 6: calculator, binary tree, sorting, hash search, graph traversal and the minimum spanning tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:9784
    • 提供者:张斌
  1. BiTree

    0下载:
  2. 二叉树的前序、中序和后序的递归和非递归算法的遍历。-Binary tree traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:345950
    • 提供者:彭蕾
  1. thebinarytree

    0下载:
  2. 实现二叉树的生成以及前中后的遍历,并且使用类和结构体以及链表形式实现-the process of the settings and traversal of the binary
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:841207
    • 提供者:suyu
  1. btree

    0下载:
  2. (1)二叉树的创建操作; (2)二叉树的销毁操作; (3)二叉树的先序遍历的递归算法; (4)二叉树的中序遍历的递归算法; (5)二叉树的后序遍历的递归算法; (6)二叉树的先序遍历的非递归算法; (7)二叉树的中序遍历的非递归算法; (8)二叉树的后序遍历的非递归算法; (9)二叉树的层次遍历算法; -(1) the creation of binary operations (2) the destruction of binary
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:205760
    • 提供者:不悔
  1. Homework_of_DataStruct

    0下载:
  2. 这是我在学数据结构(严蔚敏版)时的上机作业,包含哈夫曼树、图的遍历、文学研究助手(处理字符串)、多项式计算器、矩阵计算器、马踏棋盘、停车场管理、约瑟夫环的成功运行源程序。它们都是对经典数据结构及其之间的组合的练习。-This is my school data structure (Yan Wei-min version) when the machine operations, including Huffman tree, graph traversal, literature resear
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3375805
    • 提供者:冯小康
  1. erchashu

    0下载:
  2. 二叉树的操作: 实验目的:建立二叉树,建立后的先序。中序。后序。的遍历,及输出。 思路:用递归的方法建立二叉树,用先序建立,然后调整建立时左右孩子,和根结点的顺序, 就完成了,三种顺序的遍历。 遇到的困难:在先序建立时忘记了用#符号表示该节点没有孩子。 如何解决的:用if(ch== # ) T=NULL 语句解决。 收获:明白了,二叉树的三种建立,和他们之间的区别以及递归的一些简单的应用。 运行结果:输入数字元素用#表示结点没有左孩子或右孩子。然后屏幕上显示出三种顺序
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:142051
    • 提供者:和牧
  1. BinaryTree

    0下载:
  2. 二叉树的输入 前序 后序和中序的遍历以及树的输出-Binary tree after the input pre-order traversal order and the order and the output of the tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:153728
    • 提供者:maiyuting
  1. BTree

    0下载:
  2. 定义二叉树两个结点的最小距离为这两个结点的最近公共祖先分别到这两个结点的路径长度之和。请设计一种方法,找出给定二叉树中任意两个结点的最小距离,可以考虑以图形显示之。程序实现二叉树的层次遍历,要求每层之间的数据用一个空格分开。二叉树采用二叉链表方式进行存储-Defined binary minimum distance of two nodes for these two nodes were the most recent common ancestor of these two nodes a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1608502
    • 提供者:范吉伟
  1. travel

    0下载:
  2. 实现用二叉树遍历数据,包括栈的创建,数据的初始化,数据的遍历。 - traveling the members of the tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:80388
    • 提供者:allen
  1. tu

    0下载:
  2. 遍历算法在数据结构中是最普通的运算方法也是所有其它算法的基础。由于图的遍历比线性表、树的结构的遍历算法要复杂,因此着重对图的遍历算法进行讨论, 具有更普遍的意义。图的遍历就是从图中指定的某顶点作为遍历的起始出发点, 按照一定搜索遍历路径, 对图中所有顶点仅作一次访问的过程。 根据搜索路径方向的不同, 遍历图的方法可分深度优先搜索遍历和广度优先搜索遍历, 又根据编制算法的方法不同, 可分为递归遍历算法和非递归遍历算法。 -Data structure traversal algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:229036
    • 提供者:庄小虎
  1. tree

    0下载:
  2. 用数据结构实现数据的查找,用二叉树的方法实现数据的遍历-Data with the search data structure, method of binary tree traversal data
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1455
    • 提供者:liang
  1. CAVL-Tree

    0下载:
  2. 这是一个基于C++模板写AVL树,并实现了对应的遍历-This is a template-based C++ to write AVL tree, and to achieve the corresponding ergodic
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:116217
    • 提供者:liyuan
  1. Binary-Tree

    0下载:
  2. 本程序实现了对二叉树的前、中、后和层序的遍历-The program realization of the binary tree before, during, and after the traversal sequence
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:763
    • 提供者:
  1. erchashu

    0下载:
  2. 数据结构 二叉树的基本操作实现 遍历文件夹并建成目录树,一个较好的遍历程序,对系统所有的文件获取做了比较详细的说明。程序在2000下通过。-Bi tree typedef struct bitree char data struct bitree*left,*right basic use of tree create init queue push queue empyt. hope you like it.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1065
    • 提供者:西夏雨
  1. 37116txt

    0下载:
  2. 任务:   要求能够输入树的各个结点,并能够输出用不同方法遍历的遍历序列;分别建立建立二叉树存储结构的的输入函数、输出层序遍历序列的函数、输出先序遍历序列的函数; -Whereas it is essential, if man is not to be compelled to have recourse, as a last resort, to rebellion against tyranny and oppression, that human rights should b
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:2901113
    • 提供者:黄俊
  1. TreeTip

    0下载:
  2. C++用树来实现文件的遍历,效率比较高,测试了,没有bug-C++ files to implement a tree traversal more efficient, tested, and no bug
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:196402
    • 提供者:braveking
  1. bitree

    0下载:
  2. 一个简单的遍历二叉树的示例程序,搜索并在屏幕上显示-A simple example of binary tree traversing procedures, search and display on the screen
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:927
    • 提供者:Chouchou Feng
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com