CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 树的遍历

搜索资源列表

  1. 树操作

    0下载:
  2. 这时关于树的一些操作的程序,包括建立,遍历....对学习数据结构的朋友一定有用-This programe implements some operation of tree,for example,construction,traversal and so on.It is very useful for people who study data structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10401
    • 提供者:阿的
  1. 9二叉树

    0下载:
  2. 几乎包括二叉树的所有编程算法,其中有二叉树的先中后序递归与非递归遍历算法,由先序与后序建立二叉树,层次遍历,求叶子结点数,总结点数,树的深度与宽度。-including binary tree almost all programming algorithm, these binary tree after the first sequence which recursive and non - recursive traversal algorithm, and by the first se
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15743
    • 提供者:李扬
  1. gtrtgdfg

    0下载:
  2. 遍历是二叉树经常要遇到的一种操作.可以运用到二叉树结点计数,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对结点的访问具有普遍的含义,可以是输出各结点的数据域信息,也可以是对结点作其他处理.另外,通过一次完整的遍历,可使二叉树中结点信息由非线性排列变为某种意义上的线性排列.也就是说,遍历操作使非线性结构线性化. -traverse binary tree is frequently encountered in a operation. Binary Tree ca
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:132632
    • 提供者:03500218
  1. humanshu

    0下载:
  2. 这是一个数据结构的遍历赫夫曼树的程序,是有C编程的-This is a data structure of the tree traversal Hefuman procedures, C Programming
  3. 所属分类:压缩解压

    • 发布日期:2014-01-15
    • 文件大小:647
    • 提供者:tom
  1. 二叉链表表示的二叉树

    0下载:
  2. 按照先序序列构造一棵以二叉链表表示的二叉树T,然后对T进行非递归中序遍历、递归后续遍历和层序遍历。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:1916
    • 提供者:冷风
  1. FileTree

    0下载:
  2. 遍历文件夹并建成目录树,一个较好的遍历程序,对系统所有的文件获取做了比较详细的说明。程序在2000下通过。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:98976
    • 提供者:王艳玲
  1. 2chashu.c

    0下载:
  2. 用顺序存储的方式递归的创建 2插树 并显示2插树 最后遍历2插树
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1244
    • 提供者:郑鑫
  1. Binary_tre1762296262004(1)

    0下载:
  2. 程序用于实现二叉树的建立及先序中序后序的遍历
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1855
    • 提供者:zjy
  1. new_search

    0下载:
  2. 基本数据结构与STL 树及遍历 图的DFS与BFS
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:223584
    • 提供者:veryha
  1. Sub-optimalSearchTree

    0下载:
  2. 最优二叉搜索树 采用c语言编写的最优二叉搜索树算法。实现其的遍历及构造
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:77684
    • 提供者:李浩
  1. drawtree

    0下载:
  2. 功能实现:先序创建二叉树,并图形输出二叉树和遍历!具体请参照解压后的“使用须知”中
  3. 所属分类:数据结构常用算法

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

    0下载:
  2. 该程序详细介绍了二叉树各种遍历的实现以及其它各种操作,对于应聘笔试有一定的帮助。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6467
    • 提供者:li jiang
  1. abc

    0下载:
  2. 树与二叉树常用遍历方法:先序递归遍历、中序递归和非递归遍历、后序递归遍历。 求二叉树树的深度。 加深对“数据结构+算法=程序”的理解和认识,提高编写较复杂程序的能力。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3837
    • 提供者:nala
  1. 数据结构的一些简单编程题

    0下载:
  2. 数据结构的一些简单编程题,二叉树结构,遍历的递归于非递归算法-data structure that some simple programming, binary tree structure, traverse the non - recursive recursive algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:63151
    • 提供者:小新
  1. 代码!!

    0下载:
  2. 啊!这是二叉树遍历的代码!再次请求管理员了!!!!!!!!!!(nothing to say ,just let me download things!!!)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:RINDLER
  1. text

    0下载:
  2. 实现二叉树的遍历,给定先序和中序二叉树,返回整个二叉树的结构(To achieve the traversal of the binary tree, the structure of the whole binary tree is returned given the first sequence and the middle sequence binary tree)
  3. 所属分类:数据结构

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

    1下载:
  2. 实现了二叉树的创建,先序遍历,中序遍历,后序遍历以及二叉树的竖式打印(binary tree traverse)
  3. 所属分类:数据结构

  1. 二叉树

    0下载:
  2. 建立二叉树,用四种方法遍历,求二叉树的树高及结点总权,并且能输入一个结点求其父结点(The two forked tree is required to be traversed by four methods, and the height of the two forked tree and the total weight of the node are calculated, and a node can be entered to find the parent node of the
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:1847296
    • 提供者:赵自由
  1. project7

    1下载:
  2. 利用构造完全二叉树的方法建立二叉树结构。(1) 实现二叉树的先序、中序、后序遍历以及求深度操作;(2) 利用堆栈进行中序遍历并指出栈内最多元素个数。(The structure of binary tree is established by constructing complete binary tree. To realize the traversal of the binary tree in order, in order and after order and to find th
  3. 所属分类:数据结构

    • 发布日期:2020-04-09
    • 文件大小:64512
    • 提供者:cy050
  1. 树_17281183_刘梦婷

    1下载:
  2. 建立树的孩子兄弟链表存储结构,求树的深度。 要求: 1)自上而下输入树中每条边(例如#A,AB,AC,BD,##),不要转换成二叉树输入。 2)按树中由根至叶子结点层次遍历顺序(每层中自左至右输入),输入结点序列及每个结点的度,构造孩子兄弟链表。(Establish the storage structure of the tree's child and brother list, and find the depth of the tree. Requirement: 1) Inp
  3. 所属分类:数据结构

    • 发布日期:2020-05-07
    • 文件大小:1536000
    • 提供者:lmt19990807
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com