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

搜索资源列表

  1. binaryTree

    0下载:
  2. 二叉树操作汇总,几乎设计所有算法,遍历递归、非递归、查找、求深度-Binary operation summary, almost all the design algorithm, recursive traversal non-recursive, search, and depth and so on
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1102
    • 提供者:李玲
  1. TreeTraversal

    0下载:
  2. 已知二叉树的先序、中序遍历的结果,构造出该二叉树,并用非递归的后序遍历算法遍历该二叉树-Sequence of the first known binary tree, traversal of the results of the binary tree structure, and after the use of non-recursive traversal of the binary tree traversal algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:257901
    • 提供者:浩峰
  1. binarytree

    0下载:
  2. 可以进行建立二叉树,递归先序、中序、后序遍历,非递归中序遍历等操作-build binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1369
    • 提供者:zhaoyue
  1. Tree

    0下载:
  2. 非递归先序,中序及后序遍历二叉树. 根据二叉树广义表的字符串创建二叉树-First non-recursive sequence, and after the sequence of binary tree traversal
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:209729
    • 提供者:zouyan
  1. bianli

    0下载:
  2. 建立二叉树用非递归方法对树进行遍历,其中用到了栈来保存中间数据。-The establishment of tree with non-recursive method to traverse the tree, which uses a stack to save the intermediate data.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:484631
    • 提供者:xdb
  1. binarytreepaixu

    0下载:
  2. 本程序实现二叉树的操作,可以进行建立二叉树,递归先序、中序、后序遍历,非递归中序遍历等操作。-Binary tree of the program operation can be carried out to establish tree, recursive first order, in sequence, after the traversal of non-recursive traversal of the operation and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2716
    • 提供者:柳丁
  1. shuju7

    1下载:
  2. 灵活运用非递归的遍历算法实现二叉树的其它各种运算;掌握按层次顺序遍历二叉树的方法;熟练掌握在中序线索二叉树上找给定结点的指定顺序下的前驱和后继的方法。-Flexibility in the use of non-recursive binary tree traversal algorithm to achieve a variety of other operations master-level order according to the method of binary tree tr
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-12-26
    • 文件大小:5175
    • 提供者:bartok
  1. gezhongbianlisuanfa

    0下载:
  2. 各种二叉树的遍历算法,一共有9种,包括是先序遍历递归算法,非递归算法一,非递归算法二,同样后序,中序遍历也各有三种,很用心,都有注释,希望有所帮助-All kinds of binary tree traversal algorithm, a total of nine kinds, including the first recursive traversal algorithm, a non-recursive algorithms, non-recursive algorithm for
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1342
    • 提供者:陈乐
  1. 3.1

    0下载:
  2. 建立一棵二叉树,编写二叉树的前序遍历,中序遍历,后序遍历的递归算法与非递归算法-The establishment of a binary tree, the preparation of the first order binary tree traversal, in order traversal, postorder traversal of the recursive algorithm with non-recursive algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:109971
    • 提供者:陈赟
  1. TreeTraverse

    0下载:
  2. 二叉树的遍历操作,树结构用二叉链表存储,遍历时采用递归先序 中序 后序,层次遍历和非递归先序 中序 后序遍历-Binary tree traversal operations, binary tree structure list with storage, the use of recursive traversal sequence in the sequence after the first sequence, level and non-recursive traversal sequ
  3. 所属分类:Data structs

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

    0下载:
  2. 递归方式建立表达式树,并对表达式树进行递归和非递归两种方式的遍历,遍历方法分为先序、中序和后序,并对表达式树转为后缀表达式求值。-Established recursive expression tree, and the expression tree for recursive and non-recursive traversal of the two methods, divided into first traversal sequence, and after the sequenc
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1674
    • 提供者:cnwst
  1. NON

    0下载:
  2. 实现二叉树三种遍历(先序遍历、中序遍历、后序遍历)的非递归算法。-The realization of the three binary tree traversal(PreOrderTraverse,In OrderTraverse,PostOrderTraversal)of the non-recursive algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:756
    • 提供者:诗雅 攀
  1. search

    0下载:
  2. 树的遍历(非递归方式实现):首先按中序方式建立树并输入节点信息,通过栈实现树的非递归方式的先序、中序和后序的遍历-Tree traversal (non-recursive way): First of all, by the way in order to establish the tree and enter the node information, the realization of the tree through the stack of the first non-recurs
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:165669
    • 提供者:libingyang
  1. qq

    0下载:
  2. 1.输入带空二叉树(信息)的先序遍历序列,生成一棵二叉树;(若结点为字符类型,用空格表示空二叉树;若结点为整数类型, 用0(零)表示空二叉树) 2.作前序遍历,分别用递归算法、非递归算法实现; 3.作中序遍历,分别用递归算法、非递归算法实现; 4.作后序遍历,用递归算法实现; 5.求度分别为0、1、2的结点的数目,分别用递归算法、非递归 算法实现; 6.按层次遍历二叉树(提示:使用一个队列实现); 7.求二叉树的高度(深度); -1. Enter
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:2436
    • 提供者:scorpio
  1. 2

    0下载:
  2. 用C++实现二叉树的基本操作,包括对二叉树的删除,添加,递归和非递归的遍历等-Using C++ to achieve the basic operation of tree, including tree removal, adding, recursive and non-recursive traversal, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1718
    • 提供者:ren hong
  1. satg

    0下载:
  2. 二叉树的建立和遍历c++语言非递归和递归实现-The establishment and traverse binary tree c++ language implementation of non-recursive and recursive
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1766
    • 提供者:张帅
  1. algorithm

    0下载:
  2. 非常实用的非递归二叉树遍历算法,可以解决许多生活中时机的问题-Very useful non-recursive binary tree traversal algorithm that can solve many problems in life time
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1452
    • 提供者:刘存
  1. bin-tree

    0下载:
  2. 二叉树三种遍历的非递归算法(背诵版), 学数据结构的朋友推荐看一看!-binary_tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:876
    • 提供者:zhang
  1. DataStructure

    0下载:
  2. 二叉查找树数据结构及基本操作,前序遍历,中序遍历,以及其非递归算法-Binary search tree data structure and basic operation, pre-order traversal, inorder traversal, as well as its non-recursive algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:993
    • 提供者:fibers
  1. Binary

    0下载:
  2. 二叉树的动态链表存储结构及表示,二叉树的三种遍历算法(递归和非递归两类)运用二叉树三种遍历的方法求解有关问题-Binary tree structure and the dynamics of linked list is stored, said three kinds of binary tree traversal algorithms (recursive and non-recursive types) the use of three kinds of binary tree tra
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:4755
    • 提供者:钟环
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 19 »
搜珍网 www.dssz.com