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

搜索资源列表

  1. 13094056703

    0下载:
  2. 一些经典CC++程序源码 1、 运动会分数统计** 2、 订票系统 3、拓扑排序4、 迷宫求解5、 文章编辑**6、 joseph环 7、 猴子选大王**8、 建立二叉树,层序、先序遍历( 用递归或非递归的方法都可以)**9、 赫夫曼树的建立 10、 纸牌游戏**11、图的建立及输出
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6139
    • 提供者:何俊斌
  1. bianlierchashu

    0下载:
  2. 用后根递归和非递归两种不同的方法来遍历二叉树。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1384
    • 提供者:wu
  1. tree

    0下载:
  2. 用各种方法遍历二叉树 建立二叉链表 前序 中 后 递归非递归
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1571
    • 提供者:小兰
  1. 数据结构的一些简单编程题

    0下载:
  2. 数据结构的一些简单编程题,二叉树结构,遍历的递归于非递归算法-data structure that some simple programming, binary tree structure, traverse the non - recursive recursive algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:63151
    • 提供者:小新
  1. pfsvoddata

    0下载:
  2. 二叉树的生成和递归前中后遍历和非递归的前序遍历,用C++编写
  3. 所属分类:数据结构常用算法

    • 发布日期:2015-06-13
    • 文件大小:524907
    • 提供者:lilinyan
  1. tree-

    0下载:
  2. 树的非递归深度遍历,安全方便可以直接下载上交
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:13147
    • 提供者:蒋怡
  1. inordervisit

    0下载:
  2. 该程序完成对二叉树的非递归中序遍历,因为其中涉及到二叉树的构造,而且使用类来构造,所以代码比较多。-completion of the process of non - recursive binary tree which preorder because it involved the construction of a binary tree, but the use of class structure, the code more.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9666
    • 提供者:唐海浪
  1. preorder

    0下载:
  2. 该程序完成对二叉树的非递归的前序遍历,在三种遍历方法中,这种遍历最简单,所以,核心代码自然要少很多。-completion of the process of non - recursive binary tree of the former preorder, the three traverse method, which traverse the most simple, so natural to the core code is much less.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9603
    • 提供者:唐海浪
  1. cw_bitree

    0下载:
  2. 与清华大学版的《数据结构》匹配二叉树的实现:BITREE1.CPP:为主程序,其中实现了递归算法以及非递归算法的前序遍历,中序遍历,后序遍历。TSTACK1.H: 为头文件,其中定义了一些常量的值,其中也包括了书中第三章的栈的实现,只需要将注解符去掉即可。运行环境为:VC++6 或 TC3-and Tsinghua University version of the "data structure" matching the achievement of a binary t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2314
    • 提供者:宏伟
  1. BinarySearchTree

    0下载:
  2. 二叉搜索树的各种基本操作,各种遍历的递归和非递归实现,还有输出在指定范围的节点等-Binary search tree, variety of basic operations, a variety of traversal recursive and non-recursive implementation, as well as output in the specified range of nodes, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:1008243
    • 提供者:沈成光
  1. binarytreesearch

    0下载:
  2. 包含中序遍历二叉树的递归和非递归算法的源代码-Included in the sequence of recursive binary tree traversal and non-recursive algorithm source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1086
    • 提供者:hjs
  1. datastructure

    0下载:
  2. 非递归创建二叉树.并且用非递归算法实现对二叉树的前序、中序、后序和广度遍历。 实现语言:C-Create a binary tree non-recursive. And the use of non-recursive algorithm for binary tree of the former order, in sequence, after the traversal sequence and breadth. Implementation language: C
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:8064
    • 提供者:谭明艳
  1. 123

    0下载:
  2. 数据结构课程中,采用非递归算法 ,利用栈中序遍历二叉树。-Data structure course, the use of non-recursive algorithm using binary tree traversal stack.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1155
    • 提供者:
  1. 3

    0下载:
  2. 定义一个二叉树的类,并递归与非递归中序遍历二叉树-Define a binary tree class, and recursive and non-recursive traversal of binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2097
    • 提供者:kiki
  1. Bitree

    0下载:
  2. 二叉树三种遍历的非递归算法(背诵版) 本贴给出二叉树先序、中序、后序三种遍历的非递归算法,此三个算法可视为标准算法,直接用于考研答题。 -Binary Tree Traversal three non-recursive algorithm (recitation version) gives the paste bintree first order, in sequence, after the sequence of three non-recursive traversal al
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:3749
    • 提供者:xaoyan
  1. shu

    0下载:
  2. 编写程序,首先建立如下图所示的带头结点的二叉链存储结构二叉树,然后把二叉树顺时针旋转90度后在屏幕上打印该二叉树,然后输出分别按照前序遍历(含递归与非递归两种方法),中序遍历,后序遍历以及层次遍历等方法遍历二叉树次序访问各结点的序列信息,并验证结果正确与否,并实现在该二叉树中查找某结点数据的方法。-Programming, first of all to establish a lead as follows node chain store binary tree structure, and
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:11187
    • 提供者:瑶瑶
  1. Bittree

    0下载:
  2. 二叉树所有简单的功能,包括遍历的递归和非递归算法,值得学习研究哦!-Binary tree of all the simple features, including traversal of recursive and non-recursive algorithm, it is worth study, oh!
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:8174
    • 提供者:海瑞
  1. BST_path

    0下载:
  2. 二叉搜索树求每个结点到根节点的路径 非递归的先序,中序,后序遍历-Binary search tree for each node to the root path of the first non-recursive sequence, in order, after the traversal
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:399715
    • 提供者:pany
  1. pre

    0下载:
  2. 以先序之方法遍历二叉树,以递归方法和非递归方法分别实现。-To preorder tree traversal methods to recursive methods and the realization of non-recursive method, respectively.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1767
    • 提供者:guo168
  1. binary_tree

    0下载:
  2. 二叉树三种遍历的非递归算法 给出二叉树先序、中序、后序三种遍历的非递归算法,此三个算法可视为标准算法,直接用于考研答题。-Binary Tree Traversal three non-recursive algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1153
    • 提供者:zhangli
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 19 »
搜珍网 www.dssz.com