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

搜索资源列表

  1. 二叉树的遍历.rar

    0下载:
  2. 数据结构中的平衡二叉树的代码
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:1083
    • 提供者:
  1. 00129

    0下载:
  2. 一个遍历二叉树的C代码 是一个学生管理系统.
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:10746
    • 提供者:smallfish
  1. BST

    0下载:
  2. 代码实现了二叉树基本操作:实现二叉树的基本操作(包括前序、中序、后序遍历);从键盘读数,利用前面实现的基本操作,生成一棵二叉查找树;通过遍历二叉树,输出该二叉树的叶节点数;通过遍历二叉树,求二叉树的最大高度;利用队列,按层次输出二叉树各结点。
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9983
    • 提供者:李雅芳
  1. 二叉树的生成与遍历

    0下载:
  2. 建立并按前,中,后序方法遍历二叉树,本代码用的是非递归方法,递归方法的稍后给出-established as before, during and after the binary tree traversal sequence method, the code of non - recursive method, recursive method is later
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:909
    • 提供者:王伟
  1. 二叉树的各种遍历方法—TreeVisit

    1下载:
  2. 包含二叉树先序、中序、后序的递归及非递归遍历,还有层次遍历、层次遍历从下到上、从左到右或者从右到左的遍历算法,并附加了测试代码
  3. 所属分类:Windows编程

    • 发布日期:2011-05-06
    • 文件大小:1227565
    • 提供者:little_ma
  1. structure

    2下载:
  2. 数据结构二叉树实现代码:功能如下: (1)创建二叉树 (2)递归算法先序遍历二叉树 (3)非递归算法中序遍历二叉树 (4)递归算法后序遍历二叉树 (5)求二叉树叶子结点个数 (6)按层次遍历二叉树 (7)求二叉树树深 -A binary tree data structure to achieve the code: Function is as follows: (1) Create a binary tree (2) recursive alg
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-12-24
    • 文件大小:189887
    • 提供者:lqs010203
  1. BinTreeExp

    0下载:
  2. 二叉树的创建、前序递归遍历、中序递归遍历、后序递归遍历、层次遍历、前序非递归遍历、中序非递归遍历、后序非递归遍历算法。里面包含了顺序栈和队列的实现代码。-Binary tree creation, pre-order recursive traversal, recursive in order traversal, postorder recursive traversal, traverse the level, pre-order traversal non-recursive, in t
  3. 所属分类:Console

    • 发布日期:2017-04-02
    • 文件大小:15983
    • 提供者:LCC
  1. BiTreeOrder

    0下载:
  2. 通过C++编写创建二叉树的代码,及实现二叉树的递归和非递归的先序、中序及后序遍历,和层次遍历。-The creation of a binary tree, recursive and non recursive traversal
  3. 所属分类:Data structs

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

    0下载:
  2. 二叉树代码,可以实现二叉树的建立和二叉树递归遍历。-Binary code, can achieve the establishment and binary recursive binary tree traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:562
    • 提供者:lin
  1. Level-traversing-a-binary-tree-

    0下载:
  2. 层次遍历二叉树(顺序结构) 注意:此代码仅演示层次遍历二叉树(顺序结构),并不考虑诸多细节, 感兴趣的可自行修改-Level traversing a binary tree (order structure) Note: This code only demonstrates the level traversing a binary tree (order structure), does not take into account many details,
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1260
    • 提供者:富宇
  1. bianlierchashu

    0下载:
  2. 入栈,出栈,非递归先序、后续、中序遍历二叉树。完整可实现的C语言代码-Stack, the stack, non-recursive preorder, follow-up, traversing Binary. C code can be achieved
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:2568
    • 提供者:Vickie
  1. 前序遍历中序遍历创建二叉树

    0下载:
  2. 前序遍历中序遍历创建二叉树详细说明,含C++代码
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-29
    • 文件大小:56832
    • 提供者:AndryLeon
  1. binary-tree

    0下载:
  2. 二叉树的基本算法代码,包括插入节点、删除节点、遍历二叉树等基本算法。-Binary basic algorithm code, including insert nodes, delete nodes, and other basic binary tree traversal algorithm.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:13125
    • 提供者:
  1. Tree

    0下载:
  2. 数据结构对二叉树结构的C++代码实现,包含基本的建立二叉树,各种方式遍历二叉树,深度计算、结点个数计算-Data structure of binary tree structure of the c++ code, include the establishment of the basic binary tree, various ways to traverse the binary tree, depth calculation and node number calculation,
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1672
    • 提供者:小王子Galaxy
  1. BinaryTree

    0下载:
  2. 二叉树前序中序后序遍历遍历代码,使用c++编写(Two fork tree preorder, in order, after traversal traversal code, using c++ write)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:xxyy1994
  1. 代码!!

    0下载:
  2. 啊!这是二叉树遍历的代码!再次请求管理员了!!!!!!!!!!(nothing to say ,just let me download things!!!)
  3. 所属分类:数据结构

    • 发布日期:2018-01-06
    • 文件大小:3072
    • 提供者:RINDLER
  1. 数据结构

    0下载:
  2. 学习数据结构一个比较基础的代码,实现遍历二叉树,插入合并操作。(Learn a relatively basic code of the data structure to traverse the two forked tree and insert the merge operation.)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-11
    • 文件大小:1024
    • 提供者:lixuhao21
  1. 8606-二叉树的构建及遍历操作

    0下载:
  2. 实现二叉树的遍历操作,属于数据结构基础算法,代码能够顺利运行,运行环境是ColdBlick。(The traversing operation of two forked tree belongs to the basic algorithm of data structure, the code can run smoothly, and the running environment is ColdBlick.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-29
    • 文件大小:12288
    • 提供者:蓉-
  1. trees

    0下载:
  2. 这是一个遍历二叉树的python代码,有兴趣的朋友可以下载来看看(This is the python source code used to describe trees. It can be combined with your actual needs.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:chentrer
  1. 二叉树遍历操作

    0下载:
  2. 本代码采用c/c++语言,描述了二叉树的先中后序遍历及深度(This code uses c/c++ language to describe the first and middle traversal traversal and depth of two binary tree.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:SuperLoser
« 12 3 4 5 »
搜珍网 www.dssz.com