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

搜索资源列表

  1. Tree+Postorder

    0下载:
  2. 层次输入建立二叉树并后序遍历,三叉链式存储,递归遍历-import levels and the establishment of a binary tree after preorder, trigeminal chain store, recursive traversal
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.43kb
    • 提供者:xsfh9
  1. jianshu

    0下载:
  2. 建立二叉树,实现二叉数的遍历和查找结点,输出结点值等-establish binary tree, few realized the two forks traverse and search node, the output node value
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.17kb
    • 提供者:悠悠
  1. BitTree

    0下载:
  2. 二叉树的几种操作,包括递归先序建立二叉树、先序遍历、中序遍历、后序遍历、非递归的各种遍历、计算叶子节点数目和所有节点数目,使用队列实现层次遍历。供研究和学习基本算法者使用
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:12.51kb
    • 提供者:刘瑜
  1. erchashudejianliyubianli

    0下载:
  2. 程序运行时,先输入二叉树结点的值(一个字符),先建立二叉树,然后对建立的二叉树分别进行先序、中序、后序遍历;要求格式化输出遍历结果:每一序列数据之间用“—〉”分开,三种遍历结果应该分行显示;输出结果之前最好给出提示,如:“InOrderTraverse:”。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:金瑶
  1. 二叉树建立

    0下载:
  2. 输入并建立一颗二叉树,在以某种遍历顺序显示出来-importation and the establishment of a binary tree in order to traverse some displayed
  3. 所属分类:中文信息处理

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

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

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

    0下载:
  2. 二叉树的一些算法实现,包括建立、判断、遍历等
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1.86kb
    • 提供者:seeme
  1. btree

    0下载:
  2. 二叉树的建立,前序遍历,中序遍历及层次遍历-Tree establishment, pre-order traversal, in order traversal and traversal level
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:1.09kb
    • 提供者:贾文铮
  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
    • 文件大小:3.01kb
    • 提供者:韩寒
  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. BiTree

    0下载:
  2. 建立一棵含有n个结点的二叉树,采用二叉链表存储, 前序(或中序、后序)遍历该二叉树。 -Create a binary tree with n nodes, using a binary linked list storage, pre-order (or sequence order) traversal of the binary tree.
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:1.08kb
    • 提供者:lirunmin
  1. include

    0下载:
  2. 线索二叉树 建立中序线索二叉树,并且中序遍历 求中序线索二叉树上已知结点中序的前驱和后继-Binary tree in order to establish clues clues tree, and in the traversal sequence for clues in the binary tree nodes on the known sequence of the precursor and follow-up
  3. 所属分类:assembly language

    • 发布日期:2017-12-04
    • 文件大小:4.85kb
    • 提供者:guoyi
  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. traversal-of-binary-tree

    0下载:
  2. 二叉树的建立,对于电网模型层次结构实现遍历搜索-traversal of binary tree
  3. 所属分类:assembly language

    • 发布日期:2017-11-12
    • 文件大小:5.71kb
    • 提供者:ryenlee
  1. tree

    0下载:
  2. 树的相关操作,先序遍历建立二叉链表,左右孩子交换,二叉树中叶子节点个数算法,统计以值为x的结点为根的子树中叶子结点的数目,按树状打印二叉树-Tree-related operations, first traversal establishment of binary list, so the child exchange, the number of leaf nodes in a binary tree algorithm, the statistical value of x to a n
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:1.22kb
    • 提供者:
  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. project8.tar

    2下载:
  2. 由双亲表示法建立3棵树,将这些树表示的森林转换成二叉树,对二叉树进行线索化并遍历。-Law established by the parents said three trees, these trees will be converted into a binary representation of the forest for clues and binary tree traversal.
  3. 所属分类:汇编语言

    • 发布日期:2017-04-23
    • 文件大小:5.97kb
    • 提供者:姜如恬
  1. project

    0下载:
  2. 利用构造完全二叉树的方法建立二叉树结构,并实现二叉树的先序、中序、后序遍历以及求深度操作。 例如:依次输入字符ABCDE#F##G####H-Constructed using methods established complete binary tree binary tree structure, and to achieve binary tree preorder, inorder, preorder, and the depth of the operation. For
  3. 所属分类:assembly language

    • 发布日期:2017-03-30
    • 文件大小:176.05kb
    • 提供者:jes
  1. er-cha-shu

    1下载:
  2. 定义二叉链表类型,实现二叉树的基本操作:建立、先中后序遍历、层次遍历及输出。-The definition of two fork list type, two fork tree to achieve the basic operation: the establishment, the first in the order traversal, hierarchical traversal and output.
  3. 所属分类:ELanguage

    • 发布日期:2017-04-29
    • 文件大小:10.79kb
    • 提供者:古丽
  1. 有序二叉树

    0下载:
  2. 有序二叉树的各种功能,遍历 删除 建立 等等(ordered two folk tree)
  3. 所属分类:汇编语言

    • 发布日期:2017-12-28
    • 文件大小:1kb
    • 提供者:chenjh245
« 12 »
搜珍网 www.dssz.com