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

搜索资源列表

  1. AVT

    0下载:
  2. 平衡二叉树是数据结构中一个非常重要的概念。它对二叉树的优化和提高查询效率有重要的作用,它是动态查找的一个非常重要方法,它在实际生产中有着广泛的应用。 通过本课程设计教学所要求达到的目的是:充分理解和掌握二叉树、平衡二叉树的相关概念和知识。掌握平衡二叉树的生成、结点删除、插入等操作过程,并编程实现从键盘上输入一系列数据(整型),建立一棵平衡二叉树,任意插入或删除一个结点后仍然要求构成平衡二叉树,并按中序遍历输出这棵平衡二叉树。 -Balanced binary tree data s
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:203573
    • 提供者:张欣
  1. DataStructureUtil

    0下载:
  2. 该压缩文件夹内有诸多常用算法和数据结构的c++模板编程实现,可作为您程序开发的辅助工具。具体有栈、队列、优先队列、字典、二叉树、图(包括节点的遍历,连通性判断,3种经典最短路径算法的实现等)。-The compressed folder, there are many commonly used algorithms and data structures c++ Template programming, can be used as your development tool. Specif
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:12844
    • 提供者:张杨
  1. erchashu

    0下载:
  2. 二叉树的遍历 先序 中序 后序 遍历和层次遍历-Binary tree traversal sequence in the sequence after the first traversal and the traversal level
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2038
    • 提供者:hx
  1. Bitree

    0下载:
  2. 实现各种二叉树的遍历。包括先序遍历、中序遍历、后序遍历的递归或递 归算法。-To achieve a variety of binary tree traversal. Including the first traversal, in order traversal, postorder traversal of the recursion or recursive algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:40133
    • 提供者:夏雪
  1. binarytree

    0下载:
  2. 实现二叉树的各种操作,包括建立,遍历,查找等具体的内容-Bintree realize the various operations, including the establishment, traverse, search, such as specific content
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:11413
    • 提供者:zlg
  1. BinaryTree

    0下载:
  2. 这是用C语言实现的二叉树的遍历算法,包括递归和非递归算法的实现。-This is to use C language implementation of the binary tree traversal algorithms, including recursive and non-recursive algorithm implementation.
  3. 所属分类:Data structs

    • 发布日期:2017-04-28
    • 文件大小:308407
    • 提供者:duyankang
  1. tree

    0下载:
  2. 包括树的构造,树和二叉树的转换,树的各种遍历,以及用二叉树计算算术表达式,构造、计算中序表达式,中序表达式转前序表达式等~! -Including the tree structure, trees and tree transformation, tree traversal of the various, and the tree calculated using the arithmetic expression, construction, calculation sequence ex
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:55814
    • 提供者:heqin
  1. DataStruct

    0下载:
  2. 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:374817
    • 提供者:zouyan
  1. shuju6

    0下载:
  2. 熟悉二叉树的各种存储结构的特点及适用范围;掌握建立二叉树的存储结构的方法;熟练掌握二叉树的前序、中序、后序遍历的递归及非递归算法;灵活运用递归的遍历算法实现二叉树的其它各种运算-Familiar with the binary tree structure of a variety of storage features and the scope of application acquire storage to establish the structure of binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:5425
    • 提供者:bartok
  1. bintree

    0下载:
  2. 一个关于二叉树应用的小程序,包括二叉树的建立,前中后遍历等操作-a program about bintree structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:941144
    • 提供者:pumpkin
  1. 5.6.1

    0下载:
  2. 1、二叉树的创建和遍历演示 1)从键盘输入二叉树的各结点值,按先序递归方式创建二叉树 2)分别实现先序、中序、后序递归遍历二叉树 3)输出二叉树的按层次遍历序列 4)输出二叉树的中序非递归遍历下的结点访问次序-1, binary tree traversal of the creation and demonstration of 1) from the keyboard input of the binary tree node value, according to firs
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1752
    • 提供者:赖毅
  1. bitree_operation

    0下载:
  2. 二叉排序树的建立,也包括二叉树的遍历程序,有多种处理二叉树的功能。-Binary sort tree establishment, but also of the tree traversal process, there are several functions to deal with binary tree.
  3. 所属分类:assembly language

    • 发布日期:2017-04-13
    • 文件大小:3087
    • 提供者:韩寒
  1. erchashu

    0下载:
  2. 数据结构二叉树的遍历 例如 输入abc..de.f..g... 输出其先序遍历中序遍历后序遍历-例如 输入abc..de.f..g... 输出其先序遍历中序遍历后序遍历
  3. 所属分类:Data structs

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

    0下载:
  2. 建立二叉树,实现其中序遍历(递归,非递 归),求二叉树高度,叶子个数,先序线索二叉树-The establishment of binary tree, the realization of one traversal (recursive, non-recursive), and tree height, leaf number, the first order binary tree leads
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:2093
    • 提供者:a
  1. DataStructureCourseDesignBinaryTreeTraversal

    0下载:
  2. 一个非常经典的原创的数据结构课程设计--二叉树的遍历-相信大家非常xihuan -A very classical structure of the original curriculum design data- Binary Tree Traversal- I believe we are very xihuan
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:923421
    • 提供者:xiaokang87lk
  1. 090619

    0下载:
  2. 理解二叉树特别是完全二叉树的性质,掌握二叉树的存储结构(二叉链表);熟练掌握二叉树的常用操作算法(初始化、插入结点、删除结点、遍历等);初步掌握二叉树的应用。-Binary tree in particular, to understand fully the nature of binary tree, binary tree master storage structure (List Binary) proficiency in commonly used binary tree alg
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2643
    • 提供者:瑞稀
  1. tree

    0下载:
  2. <1>将一棵树(或森林)转换为二叉树。 <2>求森林的高度。 <3>按层次方式遍历森林。 <4>输出一个森林中每个结点的值及其对应的层次数。 <5>输出一个森林的广义表形式,如下图中的森林的输出为:-< 1> will be a tree (or forest) into a binary tree. < 2> for the high forest. < 3> by way of tra
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1151030
    • 提供者:李涛
  1. BiTree

    0下载:
  2. 二叉树的实现,实现创建二叉树,遍历二叉树,删除节点等-the development of Bitree
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1128539
    • 提供者:foresee
  1. bitree

    0下载:
  2. 实现二叉树的基本功能,如构造一棵二叉树,在树中插入结点,先序后序中序遍历二叉树等功能-The basic function of the realization of binary tree, such as a binary tree structure, inserted in the tree nodes, in sequence after the first order binary tree traversal functions
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:2420
    • 提供者:Helen22
  1. BiTreeOrder

    0下载:
  2. 通过C++编写创建二叉树的代码,及实现二叉树的递归和非递归的先序、中序及后序遍历,和层次遍历。-The creation of a binary tree, recursive and non recursive traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:937554
    • 提供者:mayinc
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com