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

搜索资源列表

  1. erchashudebianli.rar

    0下载:
  2. 这是一个二叉树的遍历问题
  3. 所属分类:源码下载

    • 发布日期:
    • 文件大小:866
    • 提供者:
  1. 先序线索化以及遍历

    0下载:
  2. 该程序提供对需要进行遍历的树的自定义输入,并可以在对树进行先序线索化之后遍历该树。-the procedures needed to traverse the tree from the definition of import, and to be right tree for first sequence of clues after traversal of the tree.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:37135
    • 提供者:朱青
  1. 53607942

    0下载:
  2. 这是一个用java做的二叉树的遍历的实例!-This is a binary tree using java to do the traversal examples!
  3. 所属分类:JavaScript

    • 发布日期:2017-04-08
    • 文件大小:20054
    • 提供者:吴强进
  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. 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. 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. shujujiegou

    1下载:
  2. a.HUFFMAN树及HUFFMAN编码 任务:由用户输入n个结点权值,建立HUFFMAN树并输出HUFFMAN编码。 b.二叉树建立及相关算法实现 任务:按照广义表表达法建立二叉树,并实现二叉树的层次、先序、中序与后序遍历,以及输出树中叶子结点的结点值及叶子结点的个数。( 用递归或非递归的方法都可以) 要求能够输入树的各个结点,并能够输出用不同方法遍历的遍历序列;分别建立创建二叉树存储结构的的输入函数、输出层序遍历序列的函数、输出先序遍历序列的函数、输出后序遍历序列的函
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:45546
    • 提供者:李珊珊
  1. dirtotreeview

    0下载:
  2. Delphi 递归遍历目录到树的源码,很经典的源码-Delphi recursive traversal of the source directory to the tree, it is the classic source
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:7383
    • 提供者:王冬强
  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. BeenTree

    0下载:
  2. 使用java语言编写实现二叉树的遍历,供大家分享!-been tree
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:1597
    • 提供者:Mrxie
  1. AVLtreeopertion

    0下载:
  2. AVL树的遍历算法,对于树这种数据结构的理解有很大的帮助-AVL tree traversal algorithm, data structure for the understanding of such trees is very helpful
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1837
    • 提供者:kkjesgjg
  1. 用先序递归过程建立二叉树

    2下载:
  2. 用先序递归过程建立二叉树 (存储结构:二叉链表) 输入数据按先序遍历所得序列输入,当某结点左子树或右子树为空时,输入‘*’号,如输入abc**d**e**得到的二叉树为: (选做:由二叉树的先序序列和中序序列建立一棵二叉树。) 2)编写递归算法,计算二叉树中叶子结点的数目。 3)按凹入表方式输出该二叉树。
  3. 所属分类:数据结构常用算法

  1. 作业6_3

    0下载:
  2. 实现二叉树先序、中序、后序遍历,包含递归算法、非递归算法,以及求树的深度。(To achieve two tree preorder, inorder, post traversal .)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:196608
    • 提供者:hyungka
  1. 二叉树2

    0下载:
  2. 生产数,并且前序遍历,而且还能交换左右儿子。(The production number, and the preface traversing, and can also exchange the right and left sons.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:8818688
    • 提供者:xuguan
  1. 二叉树

    0下载:
  2. 利用java实现二叉树的三种遍历方式,包括先序、中序、后序。(Three traversing ways of two forked trees are realized by using Java.)
  3. 所属分类:Applet

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:不耻下问
  1. tranfer

    0下载:
  2. 二叉树的各类历遍算法的转换,包括前序,中序与后序。(binary tree transfer for students majoring in instruments.)
  3. 所属分类:Windows编程

  1. Binary Tree

    0下载:
  2. 1. 编写建立二叉树的二叉链表存储结构,并用广义表的形式显示; 2. 在二叉树的二叉链表存储基础上,实现二叉树的先序线索链表结构,并显示和存储二叉树的相应的线索链表; 3. 在二叉树的先序线索链表存储结构上,实现求任一个结点的先序的后继和前驱结点的算法; 4. 实现对先序线索二叉树的先序遍历的非递归算法,显示相应的遍历序列。(The establishment of preemptive clue binary tree and preorder traversal)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:倬倬
  1. DS

    0下载:
  2. 链表和树的遍历查找 链表的反转 合并链表 查找单链表中的倒数第K个结点 不允许用长度(Linked list and tree traversal lookup, linked list inversion and merge list lookup. The countdown K node in single chain table is not allowed to use length.)
  3. 所属分类:Java编程

    • 发布日期:2018-05-01
    • 文件大小:15360
    • 提供者:朱双喜
  1. 二叉树_17281183_刘梦婷

    2下载:
  2. 按先序遍历的扩展序列建立二叉树的二叉链表存储结构,实现二叉树先序、中序、后序遍历的递归算法,实现二叉树中序遍历的非递归算法,实现二叉树层次遍历的非递归算法,求二叉树的结点个数,求二叉树的深度。(The binary list storage structure of binary tree is established according to the extended sequence of traversal in the first order, the recursive algorit
  3. 所属分类:数据结构

    • 发布日期:2020-05-07
    • 文件大小:2170880
    • 提供者:lmt19990807
  1. 二叉树、链表、图

    0下载:
  2. 数据结构课程的作业。有二叉树、树的遍历、链表元素的排序、插入、删除、逆转等,有图的建立、最优路径的选择等。word格式。
  3. 所属分类:数据结构常用算法

« 1 2 3 45 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com