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

搜索资源列表

  1. erchashu

    0下载:
  2. 二叉树的遍历,简单的二叉树按先序,中序后序遍历-Binary tree traversal, a simple binary tree according to the first sequence, in order postorder traversal
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1074
    • 提供者:郑湾州
  1. btree

    0下载:
  2. 树型结构上机作业 1 建立二叉树 1)通过输入树的嵌套括号表示序列 2)根据前序遍历序列和中序遍历序列建立二叉树 3)建立哈夫曼树 2. 对于1中1),2)所建立的树进行如下操作: 1)查找结点 2)前序遍历 3)中序遍历 3 对于建立的哈夫曼树进行编码 4 输出二叉树的形状 -Operating a tree structure on the plane to establish binary 1), enter the tree th
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:3242
    • 提供者:胡先生
  1. code

    0下载:
  2. 本程序采用二叉树的数据结构,,以作为家谱成员及信息(profile)的存储结构,,个人信息包括姓名,,性别,配偶,出生,死亡日期等,,还包括人物编号ID,,附加信息(便于以后扩展需要),以二叉树的遍历搜索,修改,增加,删除等作为核心算法,,并通过MFC界面显示出来,,以windows树结构来展示底层的家谱信息.-family tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:12524
    • 提供者:符永顺
  1. tree

    0下载:
  2. 二叉树的遍历,用先序创建二叉树,再用先序、中序、后序递归遍历二叉树。-Binary tree traversal, with the first order to create a binary tree, then the first order, in order, the order of recursive binary tree traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:231587
    • 提供者:小楠
  1. 29

    0下载:
  2. 在一棵中序线索二叉树中,实现后根中序线索二叉树的遍历;在构造二叉树时进行线索化。-ThreadBinaryTree
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:937204
    • 提供者:ryan
  1. 5235

    0下载:
  2. 本代码实现了数据结构二叉树的遍历转化 容易 易懂 -This code implements the traversal binary tree data structure is easy to understand conversion
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2271
    • 提供者:按时发生
  1. BiTree

    0下载:
  2. 根据二叉树表的表示建立二叉树,实现二叉树的遍历,并给出从根结点到给定结点的路径信息。练习二叉树的链式存储及其遍历方法-According to the table that the establishment of a binary tree binary tree, binary tree traversal implementation, and give from the root node to a given node' s path information. Practice
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:174979
    • 提供者:Bill
  1. BinaryTree

    0下载:
  2. 本程序实现二叉树的遍历,绝对原创。质量高!-A very good program .
  3. 所属分类:Console

    • 发布日期:2017-04-04
    • 文件大小:1170
    • 提供者:王洋
  1. java1

    0下载:
  2. 程序介绍:对树的一些常用操作进行了封装,包括查询,插入,删除,遍历二叉树(中序,后序,前序) 以及以树的方式显示二对树的各个结点。-Program Descr iption: The tree of some common operations of the package, including the query, insert, delete, traversing a binary tree (in order, postorder, preorder), and the tree dis
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:3638
    • 提供者:hongji
  1. binary

    0下载:
  2. 实现二叉树的遍历及应用。C++编写,运行速度较快。-Implementation and application of binary tree traversal. C++ is written to run faster.
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:571229
    • 提供者:王成
  1. BiTree_MFC

    0下载:
  2. C++ MFC,实现二叉树的遍历(前序、中序、后序)可自行添加节点-C++ MFC, to achieve the binary tree traversal (preorder, inorder, postorder) can add their own nodes
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:50558
    • 提供者:mengmakies
  1. BinTreeRun

    0下载:
  2. Java二叉树的遍历,提供了源代码,在文本中-Binary tree traversal, the source code provided in the text
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2118
    • 提供者:ygfang
  1. circlelist

    0下载:
  2. 利用c语言实现二叉树的遍历,先序后序中序-Using c language binary tree traversal, the first order in the sequence after sequence
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:205862
    • 提供者:momo
  1. BinaryTree

    0下载:
  2. 利用数据结构,c语言,实现二叉树的遍历,递归非递归-Use of data structures, c language, to achieve binary tree traversal, recursive non-recursive
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:17903
    • 提供者:李默
  1. fwd3

    0下载:
  2. 利用C++语言,实现二叉树的遍历,前序中序后序,层序,递归非递归-Using C++ language, to achieve binary tree traversal, pre-order in the sequence after sequence, sequence, recursive non-recursive
  3. 所属分类:Data structs

    • 发布日期:2017-05-19
    • 文件大小:5457367
    • 提供者:李默
  1. CppApplication_10_2_1

    0下载:
  2. 利用c++,栈,队列的方法,解决二叉树的遍历,递归非递归-Using c++, stacks, queues, solutions to the binary tree traversal, recursive non-recursive
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:10003
    • 提供者:李默
  1. erchashu

    0下载:
  2. 二叉树的遍历二叉树的创建遍历中序前序后序-The creation of binary tree traversing a binary tree inorder traversal sequence after the pre-order
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:170403
    • 提供者:董凯
  1. Tree

    0下载:
  2. 二叉树的遍历及显示,递归先序,递归中序遍历,递归后续遍历-Binary tree traversal and display
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1894517
    • 提供者:康倩倩
  1. btree

    0下载:
  2. 二叉树的遍历、插入、删除以及求二叉树的高度-Binary tree traversal, insert, delete, and find the height of binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:1153
    • 提供者:张金华
  1. bitree

    0下载:
  2. 二叉树的遍历(前序遍历、中序遍历、后序遍历、层序遍历等)-Binary tree traversal (pre-order traversal, inorder traversal, postorder traversal sequence traversal, etc.)
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:884747
    • 提供者:Wendy
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 50 »
搜珍网 www.dssz.com