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

搜索资源列表

  1. huffman

    0下载:
  2. c 语言实现的哈弗曼算法 用到二叉树的遍历-the c language Hafuman algorithm Use binary tree traversal
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:899
    • 提供者:vonirvana
  1. traverse-BT

    0下载:
  2. C++实现二叉树的遍历,数据结构,二叉树,遍历,前序遍历,中序遍历,后序遍历-C++ achieve binary tree traversal, data structures, binary tree traversal, preorder traversal, preorder, postorder
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:2105
    • 提供者:后双
  1. order_of_tree

    0下载:
  2. 使用c语言编写的树的遍历算法,包括前序、中序、后续和层次遍历。-Four tree traversal algorithms, including preorder,inorder,postorder and level traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-11-26
    • 文件大小:891
    • 提供者:张夏蕾
  1. american_heritage

    0下载:
  2. USACO中的American heritage,用C++编写,运用了树的遍历知识-the American heritage of USACO, with C++ prepared, using a tree traversal knowledge
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1462
    • 提供者:daertu
  1. multiway-tree-______

    0下载:
  2. 通过指针的方式建立多叉树,源码中包括多叉树的建立,多叉树的遍历,多叉树的插入等操作,建立多叉树和对多叉树的遍历采用了c++标准模板库中队列,map,list等操作。 -Through pointers way to create multi-tree, the source code is included in multi-tree creation, multi-tree traversal, multi-tree insertion and other operations, the es
  3. 所属分类:Data structs

    • 发布日期:2017-05-12
    • 文件大小:3069938
    • 提供者:邹奎
  1. clib

    0下载:
  2. 包含多种基本数据结构的实现,如堆、栈,队列,树的遍历(包括递归遍历和非递归遍历)-this file including many basic data structure, including heap,stack,queue,tree(tree s recursive traversal and non-recursive traversal)
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:674457
    • 提供者:565407548
  1. erchashu

    0下载:
  2. 二叉树的链式存储、先序中序遍历和层次遍历。(构造一棵树并输入数据,编写三个函数,非别是树的前序递归遍历算法、树的后序递归遍历算法、树的非递归中序遍历算法(这里的非递归以中序为例)。在主程序中调用这三个函数进行树的遍历,观察用不同的遍历方法输出的数据的顺序和验证递归与非递归输出的数据是否一样。)-Chain store binary tree, preorder traversal and hierarchy traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1468
    • 提供者:liukun
  1. Tree-traversal

    0下载:
  2. 树的遍历。树的缩格打印、先根遍历,中根遍历,后根遍历的递归非递归调用,交换左右子树递归调用。-Tree traversal. Tree indent printing, the first root traversal, traversing root, root recursive traversal non-recursive calls, switching left and right subtrees recursively.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1241
    • 提供者:butterfly
  1. Binary-tree-traversal-algorithm

    0下载:
  2. 数据结构中,实现二叉树的遍历,包含前序,中序和后序-Data structure, binary tree traversal, including former preorder, inorder and postorder
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:9697
    • 提供者:杨秀丽
  1. er-cha-shu-

    0下载:
  2. 一棵非空二叉树可以看作是由根结点、左子树和右子树这三个基本部分组成的。如果能依次遍历这三个部分的信息,也就遍历了整个二叉树。由此得到的二叉树的遍历是按某种策略访问二叉树中的每一个结点且仅访问一次的过程。二叉树的遍历按访问根结点的先后次序不同分为前序、中序和后序三种。-A non-empty binary tree can be seen from the root node, the left subtree and right subtree consists of three basic p
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:11465
    • 提供者:王明
  1. sjjgsy

    0下载:
  2. 数据结构实验验收源码,包含二叉树的遍历,图的遍历,停车场管理系统以及哈希表的应用-Experimental data structure acceptance source, contains two binary tree traversal, traversal, parking management system and the application of hash table
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:10501
    • 提供者:小强
  1. Data-structure

    0下载:
  2. 哈希表(带查询),哈希表的设计,树的遍历,停车场,图,约瑟夫环(链表),约瑟夫环(数组),招工考试-The hash table (with query), design of hash table, tree traversal, parking lot, figure, Joseph ring (list), Joseph ring (array), recruitment examination
  3. 所属分类:Data structs

    • 发布日期:2017-04-27
    • 文件大小:110507
    • 提供者:江中落雪
  1. tree

    0下载:
  2. 编码树的遍历,找的时候还没在网上找到相对应的内容。对应于中大的数据结构实验.-Traverse coding tree in a large experimental data structure corresponding to
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:630682
    • 提供者:yufeng
  1. 2chashu_bianli

    0下载:
  2. 该功能主要用vc++实现。实现二叉树的遍历算法。遍历的方法是先序遍历。-the funcontioin of the program is find a point in the tree in the struture of data .and then the method of it is LF.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:928
    • 提供者:冯严
  1. xx

    0下载:
  2. 二叉树的建立,以及先序遍历,中序遍历,后序遍历(Two fork tree establishment, first order traversal, middle sequence traversal, after order traversal)
  3. 所属分类:数据结构

  1. biTree

    0下载:
  2. ? 按先序遍历的扩展序列建立二叉树的二叉链表存储结构,实现二叉树先序、中序、后序遍历的递归算法,实现二叉树中序遍历的非递归算法,实现二叉树层次遍历的非递归算法(要求使用顺序队列,调用顺序队列基本操作实现),求二叉树的深度(后序遍历)。(Two binary linked list storage structure - first traversal of the extended sequence according to the establishment of the two fork t
  3. 所属分类:数据结构

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:qiuqiu2017
  1. 0127遍历二叉树和二叉树线索化

    0下载:
  2. 大学数据结构.遍历二叉树与二叉树的线索化实验报告和结果(THIS IS SHUJUJIEGOU TREE AND CONVERSATION)
  3. 所属分类:数据结构

    • 发布日期:2017-12-19
    • 文件大小:118784
    • 提供者:美杜莎
  1. 二叉树

    0下载:
  2. 二叉树的前序遍历,中序遍历以及后序遍历。(traversal of binary tree)
  3. 所属分类:数据结构

    • 发布日期:2017-12-26
    • 文件大小:1024
    • 提供者:Ass、
  1. 3.1二叉树

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

    • 发布日期:2018-01-02
    • 文件大小:614400
    • 提供者:weiyt9916
  1. binary tree

    0下载:
  2. 二叉树的创建和非递归遍历,包括先序遍历,中序遍历,后序遍历(the creation and non-recursive traversal of binary tree)
  3. 所属分类:数据结构

    • 发布日期:2018-01-05
    • 文件大小:1024
    • 提供者:unstoppable
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com