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

搜索资源列表

  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. shujujiegou

    1下载:
  2. 实现对任意给定的二叉树(顶点数自定)建立它的二叉链表存贮结构,并利用栈的五种基本运算(置空栈、进栈、出栈、取栈顶元素、判栈空)实现二叉树的先序、中序、后序三种遍历,输出三种遍历的结果。-Any given realization of the binary tree (self-Vertices) the establishment of its chain store binary structure, and use the five basic computing stack (The s
  3. 所属分类:software engineering

    • 发布日期:2017-03-22
    • 文件大小:44513
    • 提供者:大傻
  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. 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 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com