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

搜索资源列表

  1. BinarySearchTree

    0下载:
  2. 一个最简单的二叉树的算法,包括二叉树的各种遍历,还添加了队列的层序遍历-a simple binary tree algorithm, including the binary tree traversal, but also adds a layer of Queue preorder
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13624
    • 提供者:竹寻
  1. 各种二叉树的数据结构

    0下载:
  2. 按先序扩展序列建立二叉树,先序、中序、后序遍历的递归算法,二叉树遍历的非递归算法,层次的非递归算法,求二叉树的深度。-sequence extended by the first sequence established binary tree, first sequence, sequence, after the preorder the recursive algorithm, the binary tree traversal non - recursive algorithm, the
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3470
    • 提供者:贾德
  1. BITTREE

    0下载:
  2. 这是关于二叉树的建立,各种遍历方法,和输出的算法,包括递归和非递归的-This is the binary tree on the establishment of various traversal methods, algorithms and output, including recursive and non - recursive
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12543
    • 提供者:许广伟
  1. Twoforktrees

    0下载:
  2. 二叉树操作,掌握指针变量的含义,二叉树的结构特征,以及各种存储结构的特点及使用范围;指针类型描述、访问和处理二叉树的运算。程序1: 按先序次序输入二叉树中结点的值(一个字符),`0`表示空树,生成二叉树的二叉链表存储结构, a为指向根结点的指针。然后按中序顺序遍历二叉树。算法思想:先访问左子树,再访问根结点,最后访问右子树。-binary tree operation, grasp the meaning indicator variables, binary tree structure, a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1247
    • 提供者:林静
  1. BitTree

    0下载:
  2. 二叉树的几种操作,包括递归先序建立二叉树、先序遍历、中序遍历、后序遍历、非递归的各种遍历、计算叶子节点数目和所有节点数目,使用队列实现层次遍历。供研究和学习基本算法者使用
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12815
    • 提供者:刘瑜
  1. erchashu

    1下载:
  2. 树型结构是一类重要的非线性数据结构,而二叉树是最为重要,最为常用的类型。树结构在客观世界中广泛存在,如人类社会的族谱和各种社会组织机构都可以用树来形象表示。树在计算机领域中也得到广泛应用,如在编译程序中,可用树来表示源程序的语法结构。而即使是一般的树都能简单地转化为二叉树,因此二叉树显得特别重要。 该软件主要是利用完全二叉树的性质建立一棵二叉树,然后运用二叉链表与栈对二叉树进行复合操作,并实现各种功能。具体包括建立二叉树、遍历二叉树、求二叉树的深度、求二叉树的叶子结点。其中遍历二叉树包含三种
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2875
    • 提供者:彭枝考
  1. sy3

    0下载:
  2. 理解树结构的逻辑特性; 2 熟练掌握二叉树的逻辑结构特性及各种存储方法; 3 熟练掌握二插树的各种基本操作,尤其是三种遍历算法以及线索化算法。 4 进一步了解和掌握类的私有和公有成员函数的定义和使用以及类型的作用域
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:37581
    • 提供者:zhuzijue
  1. bitree

    0下载:
  2. 该源码能实现二叉树的各种常规操作,实现了二叉树的动态链表存储结构及表示,实现了二叉树三种遍历算法,以及利用遍历求解各种问题。
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11142
    • 提供者:lyy
  1. 二叉树的各种遍历方法—TreeVisit

    1下载:
  2. 包含二叉树先序、中序、后序的递归及非递归遍历,还有层次遍历、层次遍历从下到上、从左到右或者从右到左的遍历算法,并附加了测试代码
  3. 所属分类:Windows编程

    • 发布日期:2011-05-06
    • 文件大小:1227565
    • 提供者:little_ma
  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. 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. 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. binarytreealgorithms

    0下载:
  2. 二叉树的各种算法,插入、删除、查找和遍历-Binary tree algorithms, insert, delete, search and traversal, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2452
    • 提供者:start
  1. Binary-tree

    0下载:
  2. 二叉树的构造以及前序遍历,中序遍历等各种遍历算法-Binary tree structure as well as pre-order traversal, inorder traversal Binary And other traversal algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:1489
    • 提供者:李娟
  1. binary-tree

    0下载:
  2. 个人写的一些二叉树数据结构 各种遍历算法-Individuals to write some of the binary tree data structures of various traversal algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:2165
    • 提供者:
  1. suanfa

    0下载:
  2. 各种基础算法,二叉树、遍历、哈弗曼编码。 VC环境下实现的各类算法-All kinds of basic algorithm, the binary tree, traverse, hover tempting mann coding
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:5413
    • 提供者:Eura
  1. shu

    0下载:
  2. 二叉树的各种遍历算法及二叉树构造,屏幕打印,测试等,亲手实现,绝对真实-Binary tree traversal algorithm and binary tree structure, screen printing, testing, personally achieve absolutely true
  3. 所属分类:Other systems

    • 发布日期:2017-11-17
    • 文件大小:2163866
    • 提供者:cao
  1. Two-fork-tree-operation

    0下载:
  2.   熟练掌握二叉树的各种遍历算法,并能灵活运用遍历算法实现二叉树的其它操作;-Proficiency in a variety of binary tree traversal algorithm, and other operations of the binary tree traversal algorithms to achieve flexibility in the use of
  3. 所属分类:Compiler program

    • 发布日期:2017-11-14
    • 文件大小:16498
    • 提供者:李雨
  1. -binary-tree

    0下载:
  2. 本文介绍了二叉树的定义、性质及存储方式,各种遍历算法。 以及求所有叶子及结点总数。-This article describes the definition, nature and storage of binary tree, various traversal algorithm. And the demand of all the leaves and the total number of nodes.
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:81657
    • 提供者:jack
  1. 3.1二叉树

    0下载:
  2. [实验目的]? 验证二叉树的链接存储结构及其上的基本操作。? [实验内容及要求]? 1、 定义链接存储的二叉树类。 2、 实验验证如下算法的正确性、各种功能及指标:? 1)创建一棵二叉树,并对其初始化;? 2)先根、中根、后根遍历二叉树;? 3)在二叉树中搜索给定结点的父结点;? 4)搜索二叉树中符合数据域条件的结点;? [测试数据]? 由教师随机指定树结构,测试上述功能(Header file of two fork tree)
  3. 所属分类:数据结构

    • 发布日期:2018-01-02
    • 文件大小:614400
    • 提供者:weiyt9916
« 12 »
搜珍网 www.dssz.com