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

搜索资源列表

  1. datastr

    0下载:
  2. 数据结构 array.h: 安全数组,可自动增长大小(随机访问,但扩充时效率低) linkedlist.h: 普通链表(可随机访问,但访问效率低) dclinkedlist: 双向循环链表(不可随机访问,但插入、遍历的效率都比普通链表高) hashtable.h: 哈希表(使用键值标识元素,键值一样的元素即认为相等,需重载 == 运算符并由用户定义哈希函数) binstree.h: 二叉搜索树(需重载 == 和 < 运算符) avltree.h: AVL 树(
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:15.7kb
    • 提供者:许愿
  1. bi_tree

    0下载:
  2. 本程序包括三个功能:按前序遍历的方式创建二叉树、前序遍历显示二叉树、完全二叉树的判断。其中,#表示空树-the procedures include three functions : preorder ago by the creation of binary tree, the former preorder shows binary tree, complete binary tree judgment. Of these, # empty tree
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:7.1kb
    • 提供者:lisalee
  1. yyh

    0下载:
  2. 对二叉树的生存,二叉树遍历等,有前序的,中序的,后序的,层次的,求结点数的等.
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:1.34kb
    • 提供者:lcx
  1. 1111

    0下载:
  2. 2叉树的遍历哦。利用的是2叉链表的形式。
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:4.57kb
    • 提供者:gangangan
  1. tree_coding

    0下载:
  2. 1.程序完整实现了异质树的遍历,查找,删除,插入 2.继承,虚函数,动态联编 3.DEV-C++编译环境 4.标准输入输出
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:192.73kb
    • 提供者:Michelle
  1. 13094056703

    0下载:
  2. 一些经典CC++程序源码 1、 运动会分数统计** 2、 订票系统 3、拓扑排序4、 迷宫求解5、 文章编辑**6、 joseph环 7、 猴子选大王**8、 建立二叉树,层序、先序遍历( 用递归或非递归的方法都可以)**9、 赫夫曼树的建立 10、 纸牌游戏**11、图的建立及输出
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:6kb
    • 提供者:何俊斌
  1. Binaryoperation

    0下载:
  2. 1.创建以二叉链表作存储结构的二叉树; 2.按前序遍历二叉树; 3.按中序遍历二叉树; 4.按后序遍历二叉树; 5.计算二叉树的单枝结点数; 6.按层次遍历二叉树。 -1. Create a list binary tree structure for storage 2. According to pre-order tree traversal 3. According to the binary tree traversal 4. After the tree
  3. 所属分类:source in ebook

    • 发布日期:2017-03-28
    • 文件大小:9.73kb
    • 提供者:Genius
  1. erchashubianliywc

    0下载:
  2. 只要就是用来实现二叉树遍历的功能,用c++语言实现的,是比较精简的数据结构。-erchashu bianli gongneng
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:1.12kb
    • 提供者:yanweu
  1. binarytree

    0下载:
  2. 二叉树的遍历算法实现,其中包括先序 中序和后序遍历-Binary Tree Traversal Algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:1.11kb
    • 提供者:
  1. cyuyanshixiandaima

    0下载:
  2. C语言就数据结构的实现代码,包括霍夫曼编码,图遍历,二叉树等-C language data structure on the implementation of code, including Huffman coding, graph traversal, binary tree and so on. . .
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:222.95kb
    • 提供者:jiao
  1. erchashu

    0下载:
  2. 采用二叉链表作为存储结构,完成二叉树的建立、前序、中序、后序和按层遍历的操作,并求出二叉树的高度、所有叶子及树结点总数的算法,输出二叉树的广义表表示-List using the binary storage structures, the establishment of complete binary tree, the former order, in order, the order and by level traversal of the operation, and calcula
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:8.54kb
    • 提供者:
  1. BinaryTree

    0下载:
  2. 按先序输入二叉树 先序遍历二叉数 中序遍历二叉数 后遍历二叉数-By first order input visiting Binary Tree traversal binary number binary numbers in sequence after the number of traversing binary
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:978byte
    • 提供者:王巍
  1. Binary-tree-traversal

    0下载:
  2. 此源码是用来学习二叉树的各种遍历方法,相信正在学习数据结构的同学会用到。-This source is used to learn the binary tree traversal methods, I believe that students are learning data structures used.
  3. 所属分类:source in ebook

    • 发布日期:2017-11-08
    • 文件大小:289.52kb
    • 提供者:毛峰峰
  1. BiTree

    0下载:
  2. 二叉树的构造和遍历,其中包括前序、中序、后序、层序遍历-The construction of bitree
  3. 所属分类:source in ebook

    • 发布日期:2017-11-16
    • 文件大小:335.96kb
    • 提供者:liuxin
  1. c-erchashubianli

    1下载:
  2. 建立一棵二叉树,并对其进行遍历(先序、中序、后序),打印输出遍历结果。-Create a binary tree, and traverse the results of its traversal (preorder, inorder, postorder), print output.
  3. 所属分类:source in ebook

    • 发布日期:2015-01-26
    • 文件大小:6kb
    • 提供者:郁结
  1. xxhj

    0下载:
  2. 遍历先序后继二叉树,并查找指定结点的下一个结点-Find a the preorder successor to binary tree node
  3. 所属分类:source in ebook

    • 发布日期:2017-11-29
    • 文件大小:816byte
    • 提供者:周欣羽
  1. 4_18

    0下载:
  2. 二叉树的前中后序遍历层次遍历,以及求节点数高度。求节点的父节点-Before, during and after the binary tree traversal hierarchy traversal, as well as the number of nodes required height. Find parent node
  3. 所属分类:source in ebook

    • 发布日期:2017-11-14
    • 文件大小:954.33kb
    • 提供者:
  1. BinarySearch_test

    0下载:
  2. 二叉树的构建如何实现二叉树对二叉树进行遍历以及二叉树的前序后续中序以及平横建树-How to build a binary tree on binary binary binary tree traversal and follow-up of the preamble sequence and flat horizontal achievements
  3. 所属分类:source in ebook

    • 发布日期:2017-11-23
    • 文件大小:263.69kb
    • 提供者:董家林
  1. 二叉搜索树的创建与遍历

    0下载:
  2. 简单描述了一个二叉搜索树的创建,并且进行先序,后序,中序遍历。(A simple descr iption of the creation of a two fork search tree, and the first order, after the order, in the order traversal.)
  3. 所属分类:书籍源码

  1. 06_ConstructBinaryTree

    0下载:
  2. 根据树的前序遍历结果和后序遍历结果,构造一颗完整的树并输出(Constructing tree by preorder traversal and preorder traversal of tree)
  3. 所属分类:书籍源码

    • 发布日期:2018-01-04
    • 文件大小:1.02mb
    • 提供者:huan199
« 12 »
搜珍网 www.dssz.com