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

搜索资源列表

  1. Untitled1

    0下载:
  2. 二叉树的基本操作(有界面) 包括各项遍历 主要涵盖递归与非递归-binary tree the basic operating
  3. 所属分类:Windows Kernel

    • 发布日期:2017-12-07
    • 文件大小:2414
    • 提供者:蔡琛
  1. shiyan5

    0下载:
  2. 以二叉链表表示二叉树,实现二叉树先序遍历、中序遍历、后序遍历的递归算法;直接利用栈的基本操作,实现二叉树先序遍历的非递归算法。-Binary list, binary tree, Binary Tree, Inorder traversal, recursive algorithm after preorder direct use of the basic operation of the stack, the non-recursive algorithm Binary Tree.
  3. 所属分类:CSharp

    • 发布日期:2017-12-01
    • 文件大小:1360
    • 提供者:陈序员
  1. lab4_2

    0下载:
  2. 2-1以顺序栈作为存储结构 实现顺序栈的入栈运算,出栈运算,并且读取栈顶元素; 2-2以链栈作为存储结构,实现栈上的数据元素的插入运算,删除运算,并读取链栈的栈顶元素; 2-3 以循环队列喂存储结构,实现循环队列的建立,实现循环队列的入队运算,出队运算; 2-4用栈实现括号的匹配问题; 2-5实现汉诺塔问题.; 3-1采用链式存储表示,按给定的先序序列创建二叉树,并输出二叉树。 3-2-1和3-2-2采用二叉链表作为存储结构,建立二叉树,采用递归算法实现二叉树遍历,另外采
  3. 所属分类:Data structs

    • 发布日期:2017-11-27
    • 文件大小:2593792
    • 提供者:梁思
  1. bitree

    0下载:
  2. 原创,二叉树的创建和遍历,包括递归和非递归,可以成功运行!-Original binary tree creation and traversal, including recursive and non-recursive, can successfully run!
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:215040
    • 提供者:fdf
  1. erchashu

    0下载:
  2. 先序扩展序列建立二叉树,二叉树的先序,中序,后序遍历的递归与非递归算法,层序遍历,以及求树的深度.-First order expansion preorder, inorder, postorder traversal sequence to establish binary tree, binary tree recursive and non-recursive algorithm, the depth of the layer preorder traversal, as well as
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1548
    • 提供者:
  1. main

    0下载:
  2. 树的前序中序后序遍历的递归和非递归算法。-Preamble in sequence after preorder tree recursive and non-recursive algorithm.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-27
    • 文件大小:1079
    • 提供者:李泳
  1. BinaryTree

    0下载:
  2. 二叉树的定义和前序,中序,后序,层次遍历。包括递归的写法和非递归的写法。附有部分注释!-The definition of a binary tree and preamble, inorder, postorder, level traversal. Including wording of recursive and non-recursive written. With some notes!
  3. 所属分类:Java Develop

    • 发布日期:2017-11-22
    • 文件大小:6501
    • 提供者:hong
  1. tree_forest

    0下载:
  2. 1.以二叉链表作存储结构,编写前序、中序、后序及层次顺序遍历二叉树的算法。 2、 以二叉链表作存储结构,编写计算二叉树深度、所有结点总数、叶子结点数、双孩子结点个数、单孩子结点个数的算法 用非递归(栈 或 队列)实现前序、中序、后序及层次顺序遍历二叉树的算法 -A binary list storage structure, written preamble, inorder, postorder and level order traversal of a binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:707259
    • 提供者:
  1. Cpp1

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:File Formats

    • 发布日期:2017-11-27
    • 文件大小:665
    • 提供者:Grape
  1. erchashu

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:File Formats

    • 发布日期:2017-12-07
    • 文件大小:669
    • 提供者:Grape
  1. erchashu5876

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-07
    • 文件大小:673
    • 提供者:Grape
  1. binarytree

    0下载:
  2. 数据结构 树的先序中序后续遍历 递归和非递归算法-Order follow-up in the first sequence of the data structure of the tree traversal recursive and non-recursive algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:414024
    • 提供者:Fizzy
  1. guangyibiao

    0下载:
  2. 广义表实现二叉树的非递归后序遍历。二叉树以二叉链表作为储存结构。用非递归算法后序遍历二叉树。定义广义表实现二叉树的输入。对于二叉树的后序遍历打印出遍历结果。 -Generalized form of a binary non-recursive postorder traversal. Binary to binary tree as a storage structure. After a non-recursive traversal of a binary tree algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-10
    • 文件大小:55235
    • 提供者:zhang
  1. shuheerchashu

    0下载:
  2. 以下问题要求统一在一个大程序里解决。 按先序遍历的扩展序列建立二叉树的存储结构 二叉树先序、中序、后序遍历的递归算法 二叉树中序遍历的非递归算法 二叉树层次遍历的非递归算法 求二叉树的深度(后序遍历) 建立树的存储结构 求树的深度-The following questions require a unified solution in a large program. Extension of the first-traversal sequence to esta
  3. 所属分类:CSharp

    • 发布日期:2017-12-08
    • 文件大小:179987
    • 提供者:lili
  1. feidiguibianlierchashu

    0下载:
  2. 先序创建二叉树,非递归算法遍历二叉树,输出先序、中序和后序序列。-First order to create a binary tree, binary tree traversal non-recursive algorithm, the output first sequence, inorder and postorder sequence.
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:959
    • 提供者:陈军
  1. BiTree

    0下载:
  2. 实现二叉树的递归前序、中序、后序和非递归前序遍历-Recursive binary tree preorder, inorder, postorder and non-recursive preorder traversal
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-21
    • 文件大小:238315
    • 提供者:猪猪
  1. InThrBiTree-(1)

    0下载:
  2. 中序线索二叉树工程,含中序遍历非递归成员函数等-Inorder threaded binary works, including non-recursive preorder member functions, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-11-23
    • 文件大小:4519
    • 提供者:腻腻
  1. p3

    0下载:
  2. 基于二叉链表,实现二叉树的下列运算。 ①二叉树生成; ② 前序、中序和后序遍历; ③ 计算叶子数目; ④ 按层次遍历; ⑤ 求二叉树高度; ②、③和⑤运算分别采用递归和非递归算法实现 需先按前序序列创建结点-Based on the binary tree, binary tree of the following operators. ① binary generation ② preorder, inorder and postorder traversal
  3. 所属分类:Other systems

    • 发布日期:2017-11-28
    • 文件大小:21716
    • 提供者:dingding
  1. stacknode

    0下载:
  2. 栈这种数据结构是一个工具性的数据结构,通常被其它复杂数据结构所使用。比如实现二叉树的遍历的非递归算法。下面就用C++模板实现栈数据结构的一个较完整代码!在书本《数据结构(C语言版)--严慰明》提到栈可以用数组,也可以用链表实现,这里只用链表实现这一数据结构。-This data structure is a stack instrumental data structure is often used for other complex data structures. Such as a bi
  3. 所属分类:MiddleWare

    • 发布日期:2017-04-02
    • 文件大小:2278
    • 提供者:liyuyu
  1. tree

    0下载:
  2. java实现二叉树的遍历非递归版,比较容易实现的。-java achieve binary tree traversal non-recursive version, relatively easy to achieve.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:1508
    • 提供者:涂刚凯
« 1 2 ... 10 11 12 13 14 1516 17 18 19 »
搜珍网 www.dssz.com