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

搜索资源列表

  1. 20071160083341

    0下载:
  2. 二叉树的遍历,中序,后序,前序。 二叉树的遍历,中序,后序,前序。-Binary tree traversal, in order, post order, the former order. Binary tree traversal, in order, post order, the former order. Binary tree traversal, in order, post order, the former order.
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:62280
    • 提供者:asdf
  1. datastucture

    0下载:
  2. 用于数据结构中树的实现,包括二叉树的遍历,创建,以及哈弗曼树的实现-For the realization of the tree data structure, including the binary tree traversal, creation, as well as the realization of the tree Havermann
  3. 所属分类:Data structs

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

    0下载:
  2. 二叉树的生成和查找,平且中序遍历生成顺序的数组-Binary tree generation and search
  3. 所属分类:Editor

    • 发布日期:2017-04-10
    • 文件大小:1152
    • 提供者:韩义
  1. file

    0下载:
  2. 大学数据结构实验 第五章 二叉树的遍历源程序-file rescource
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1730
    • 提供者:asd
  1. 2009102701

    0下载:
  2. 二叉树的建立,遍历,求深度,求叶子节点的个数-The establishment of a binary tree, traversal, seeking depth, seeking the number of leaf nodes
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:255226
    • 提供者:shagi
  1. qxuohua

    0下载:
  2. 在二叉树的基础上实现前序线索化,并可以遍历-In binary tree on the basis of former sequence, and can clues to traverse
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:6196
    • 提供者:lace
  1. zhongxuxsh

    0下载:
  2. 首先建立一棵二叉树,再对其进行中序线索化,然后遍历。-First, establish a binary tree, then carries on the clues in order, then traverse.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:1178
    • 提供者:lace
  1. tree

    0下载:
  2. 树形结构的逻辑和存储特点。 二叉树的遍历递归算法。 -tree
  3. 所属分类:Data structs

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

    1下载:
  2. 求解线索二叉树中结点前趋和后继的算法以及以相应次序遍历线索二叉树的算法,二叉树的线索化算法的设计-Solving clues to binary tree node before the trend and follow-up algorithm and the corresponding sequence of binary tree traversal algorithm clues, clues to binary tree algorithm design
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-12-26
    • 文件大小:4963
    • 提供者:钟环
  1. haffman

    0下载:
  2. 一个哈夫曼编码和译码程序 1、掌握树、森林和二叉树的概念和它们的特性以及它们之间是怎样相互转换的,理解二叉树的三种遍历:先序遍历、中序遍历和后序遍历,和树的两种遍历:先序遍历和后序遍历。 2、理解二叉树的基本运算算法实现以及它的非递归运算算法和层次遍历算法,了解二叉树的线索化及其它的应用。 3、掌握树和二叉树的几种存储结构以及它的构造,学会使用二叉链表实现二叉树的存储验证和设计相关算法。 -A Huffman encoding and decoding procedures fo
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:161833
    • 提供者:jingjing
  1. thinghua

    0下载:
  2. 二叉树和图的一些操作:求图最小生成树(两个算法),二叉树的线索化遍历等。-some functions in binarytree and graphics
  3. 所属分类:Data structs

    • 发布日期:2017-03-24
    • 文件大小:1261
    • 提供者:独孤龙
  1. binarytreealgorithms

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

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

    0下载:
  2. 关于二叉树的C语言编程,描述了二叉树的建立以及二叉树的遍历-On the binary tree of C language programming, described the establishment as well as binary tree binary tree traversal
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:602
    • 提供者:飞鸟
  1. thetree

    0下载:
  2. 二叉树的遍历,包括先序、中序、后序的各种遍历方法的实现-Binary tree traversal, including the first order, the order, the order of implementation of the various traversal methods
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:848
    • 提供者:葛宁宁
  1. binaryTree

    0下载:
  2. 本程序用二叉树类实现了从键盘输入二叉树的两种遍历结果,在内存中建立二叉链表,根据遍历结果恢复该二叉树,并在屏幕上显示该二叉树。整个程序采用多文件,一个头文件,一个函数实现文件,以及主函数所在文件。-The program uses a binary tree class implements a binary tree from two keyboard traversal results in memory to create the binary list, according to res
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:288309
    • 提供者:姚丽文
  1. shuyuerchashu

    0下载:
  2. (1)输入字符序列,建立二叉链表。 (2)先序,中序,后序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法(最好也能实现先序,后序非递归算法)。 (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)对于树中每一个元素值为x的结点,删去以它为根的子树,并释放相应的空间。 (7)借助队列实现二叉树的层次遍历。 -shu yu er cha shu
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1963
    • 提供者:杨杨
  1. Binary_Tree

    2下载:
  2. 根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。 二叉树的基本功能: 1、二叉树的建立 2、前序遍历二叉树 3、中序遍历二叉树 4、后序遍历二叉树 5、按层序遍历二叉树 6、求二叉树的深度 7、求指定结点到根的路径 8、二叉树的销毁 -According to the abstract data type binary definition, use two forks to implement a binary tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-12-17
    • 文件大小:577997
    • 提供者:tryqtyl
  1. bianli

    0下载:
  2. 二叉树的遍历,先序建立二叉树结构,包括前序、中序、后序遍历的递归和非递归遍历,求二叉树的深度。-Binary tree traversal, binary tree structure, the establishment of the first order, including the former order, in order, after traversing the recursive and non recursive traversal, find the depth of a
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:252650
    • 提供者:南风雅
  1. btree

    0下载:
  2. (1)二叉树的创建操作; (2)二叉树的销毁操作; (3)二叉树的先序遍历的递归算法; (4)二叉树的中序遍历的递归算法; (5)二叉树的后序遍历的递归算法; (6)二叉树的先序遍历的非递归算法; (7)二叉树的中序遍历的非递归算法; (8)二叉树的后序遍历的非递归算法; (9)二叉树的层次遍历算法; -(1) the creation of binary operations (2) the destruction of binary
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:205760
    • 提供者:不悔
  1. BTree

    0下载:
  2. 定义二叉树两个结点的最小距离为这两个结点的最近公共祖先分别到这两个结点的路径长度之和。请设计一种方法,找出给定二叉树中任意两个结点的最小距离,可以考虑以图形显示之。程序实现二叉树的层次遍历,要求每层之间的数据用一个空格分开。二叉树采用二叉链表方式进行存储-Defined binary minimum distance of two nodes for these two nodes were the most recent common ancestor of these two nodes a
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1608502
    • 提供者:范吉伟
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com