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

搜索资源列表

  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. 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. Binary-Tree

    0下载:
  2. 本代码实现二叉树的先序,中序的递归算法及非递归算法,并用递归实现了后序遍历-This code implements the first binary sequence, sequence of recursive algorithms and non-recursive algorithm, and realized after using recursive traversal
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:879byte
    • 提供者:zhang
  1. ff

    0下载:
  2. 建立二叉树;对其进行遍历,遍历过程中输出结点的值;求出该二叉树的高度;并查询二叉树中是否 存在值为x的结点。 -Establish binary tree its traverse, the output node during the traversal value determined the height of the binary tree and query the existence of a binary tree node value is x.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:3.06kb
    • 提供者:邱丘
  1. BTree

    0下载:
  2. 该程序利用C++实现二叉树的生成,遍历.与一般的二叉树生成程序不同的是:该程序使用面向对象的方式来实现-Create BinaryTree with C++
  3. 所属分类:source in ebook

    • 发布日期:2017-04-11
    • 文件大小:962byte
    • 提供者:1670489116
  1. ercha

    0下载:
  2. 二叉树的层次遍历,执行后显示其执行过程,并显示其查找的点-Binary tree traversal level, showing its execution after execution, and displays its finding points
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:1.35kb
    • 提供者:陈小茜
  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. 所属分类:书籍源码

« 12 »
搜珍网 www.dssz.com