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

搜索资源列表

  1. Btree

    0下载:
  2. 程序功能:二叉树的建立 二叉树的初始化 前序遍历二叉树(递归与非递归方法) 中序遍历二叉树(递归与非递归方法) 后序遍历二叉树(递归与非递归方法) 求二叉树高 求二叉树的叶子总数 退出操作的实现-binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:2128
    • 提供者:刘善梅
  1. BTree

    0下载:
  2. 二叉树的递归以及非递归创建,遍历,遍历包括前序.中序.后序.....,在其非递归创建和遍历时又分别利用了栈和队列等一系列方法进行-Recursive binary tree non-recursive traversal, as well as create, including the former sequence traversal sequence after sequence. .....
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 二叉树的基本操作,包括创建,遍历,求深度,各节点的交换子树,递归及非递归算法遍历。-The basic operation of the binary tree, including creating, traverse, for depth, each node of the exchange son tree, a recursive and the recursion algorithm to traverse.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:251237
    • 提供者:王震
  1. 22

    0下载:
  2. 二叉树的创建及遍历实验 数据元素类型ElemType取float。 从键盘按照前序遍历的顺序依次输入二叉树的各元素,创建此二叉树。 非递归的方法输出该二叉树的中序遍历序列。 求该二叉树中大于x的结点个数。 -Binary tree creation and traversal experiment Data elements the type ElemType take a float. Input from the keyboard in accordance wi
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:9439
    • 提供者:王珂
  1. tree

    0下载:
  2. java实现二叉树的相关操作,二叉树的建立,二叉树的先序遍历后序遍历中序遍历的递归以及非递归实现。-Java realize binary tree related operation, the establishment of the binary tree, binary tree s first traverse sequence after traverse sequence of traverse sequence of recursion and the recursive real
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:3877
    • 提供者:lixiao
  1. BtreeOrder

    0下载:
  2. 二叉树的遍历,实现二叉树的前序、中序、后序遍历,包含递归和非递归算法-Binary tree traverse, realize the binary tree before, in order of sequence, after traverse sequence, including recursive and the recursion algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:887213
    • 提供者:Mr.Lee
  1. Binary-tree-VC

    0下载:
  2. 建立一棵二叉排序树并对它进行前序遍历。建立二叉树利用了插入算法,数据由用户输入;对二叉树前序遍历,利用非递归调用子程序,然后对二叉树(1)访问根结点;(2)遍历左子树;(3)遍历右子树。程序中要注意左右指针llink和rlink的使用。-Create a binary sort tree and pre-order traversal. The establishment of the binary tree to the use of the insertion algorithm, the
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:10183
    • 提供者:鲍慊
  1. datakechengsheji

    0下载:
  2. 建立二叉树的三叉链式存储结构,在此基础上完成下列算法: 1) 从键盘上输入二叉树的各个结点,建立三叉链表 2) 输出该二叉树 3) 非递归的层次遍历算法 4) 非递归的先序遍历、中序遍历、后序遍历算法 5)查找指定结点的双亲。 6)查找指定结点x,若存在返回true,否则返回false 7)求各结点的度 -data course design
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:246108
    • 提供者:夏芝亮
  1. bianlierchashu

    0下载:
  2. 入栈,出栈,非递归先序、后续、中序遍历二叉树。完整可实现的C语言代码-Stack, the stack, non-recursive preorder, follow-up, traversing Binary. C code can be achieved
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2568
    • 提供者:Vickie
  1. erchashudebianli

    0下载:
  2. 用非递归法实现二叉树的遍历 非递归算法中,必须设置堆栈,可以直接用一维数组来代替栈,但必须另外设置栈顶指针。 -Non-recursive method of binary tree traversal non-recursive algorithm, you must set the stack, which enables the direct use of one-dimensional array instead of the stack, but must also set t
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1457
    • 提供者:王莲
  1. twotree

    0下载:
  2. 二叉树的非递归中序遍历+C代码 二叉树的非递归中序遍历+C代码 -two tree+C
  3. 所属分类:software engineering

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

    0下载:
  2. 二叉树遍历的非递归算法实现。使用C语言编译参考严蔚敏版-Non-recursive binary tree traversal algorithm. Using the C compiler reference YAN Wei-min version
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1400
    • 提供者:郑雄均
  1. tree

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

    • 发布日期:2017-04-06
    • 文件大小:858
    • 提供者:linser
  1. bintree

    0下载:
  2. 二叉树的遍历,非递归方法,数据结构知识,实验报告!-Binary tree traversal non-recursive method, data structure knowledge, experimental reports!
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:1354
    • 提供者:付鹏
  1. bitree

    0下载:
  2. 二叉树的各种操作,插入、删除、统计深度、各层宽度、结点度为0、1、2的个数、先序、中序、后序遍历的递归以及非递归算法、层序遍历等操作-Binary tree operation, insert, delete, statistical depth layers width operation
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:2680
    • 提供者:周逸徉
  1. tree_completely

    0下载:
  2. 二叉树的总结 -构造链式二叉树&查找二叉树中某节点&求深度(高度, 层数)前序,中序, 后序遍历(递归, 和非递归)&求出二叉树所有节点总数-Summary of binary tree- the constructed chain binary tree & Find a node in the binary tree & seek depth (height, number of layers) preorder, inorder, postorder traversal (
  3. 所属分类:Data structs

    • 发布日期:2017-11-28
    • 文件大小:6038
    • 提供者:Wang Zan
  1. tree-and-bi-tree

    0下载:
  2. 利用栈对二叉树进行先根次序遍历的非递归算法-Non-recursive algorithm stack first root order traversal of a binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-11-09
    • 文件大小:166554
    • 提供者:GaoXW
  1. tree

    0下载:
  2. 树的遍历算法C语言的实现包含了递归和非递归两种形式-Tree traversal algorithm C language implementation contains the recursive and non-recursive two forms
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:906
    • 提供者:葛宁宁
  1. Binary-tree-traversal

    0下载:
  2. 二叉树遍历,前序遍历 中序遍历 层次遍历 非递归方法-Binary tree traversal
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:226241
    • 提供者:王强
  1. 2

    1下载:
  2. 二叉树的应用 任务 :编程实现二叉树的建立,层次遍历,(递归和非递归方法)先序、中序、后序,二叉树的高度、宽度,二叉排序树的插入、删除; 基本要求:从文件中读入建树信息,树的节点数目不小于20个,树的高度不小于5; -Binary tree of tasks: programming the establishment of the binary tree hierarchy traversal (recursive and non-recursive method) preord
  3. 所属分类:Data structs

    • 发布日期:2017-11-25
    • 文件大小:942243
    • 提供者:一一
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 »
搜珍网 www.dssz.com