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

搜索资源列表

  1. BTree

    0下载:
  2. 二叉树的各种操作,功能有:树的建立、删除; 先序、后序、中序、层次遍历; 节点的查找,节点的插入; 兄弟的查找,父节点的查找; 计算树的深度、叶子数、节点数; 树的拷贝; 判断两个树是否相等; 判断是否是满树、完全树;-Binary tree of various operations, functions: the establishment of the tree, delete the first sequence,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3191
    • 提供者:anteng
  1. 1

    0下载:
  2. C++二叉树的操作,包活遍历叶子节点的统计。深度统计-The operation of the binary tree, c++ package live traversal leaf nodes of the statistics.The depth of the statistics
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:2721
    • 提供者:陈兴利
  1. Tree

    0下载:
  2. 以二叉链表形式存储的树的建立和遍历,以先序遍历的顺序创建二叉树,并支持先序、中序以及后序遍历-The creation and traversal of trees stored in a binary linked list
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:788
    • 提供者:Yu
  1. thrt

    2下载:
  2. 2.建立并中序遍历一个排序二叉树 排序二叉树是指左子树的所有节点的值均小于它根节点的值,右子树的所有节点的值均大于它根节点的值,如下图是一棵排序二叉树 输入: 输入有一行,表示若干个要排序的数,输入0时停止 输出 二叉树的凹入表示 和二叉树的中序遍历序列 sample: input: 56 78 34 89 12 35 67 77 22 57 0 output: 12 22 34 35 56
  3. 所属分类:Other systems

    • 发布日期:2017-01-11
    • 文件大小:1024
    • 提供者:王乐
  1. bst1

    0下载:
  2. 二叉树的基本操作,包括建立一个二叉树,插入某个值,查找最大最小值,前序和中序遍历等。-Binary tree basic operations, including the establishment of a binary tree, insert a value, find the maximum and minimum values ​ ​ in the preamble and preorder like.
  3. 所属分类:Other systems

    • 发布日期:2017-05-05
    • 文件大小:10921
    • 提供者:柴昭尔
  1. thx_soluoion

    0下载:
  2. Java二叉树的后续遍历 Java二叉树的后续遍历主要应用于逆波兰式的求解,在编译中很重要,-Java binary tree traversal follow-up Java binary tree traversal is mainly used in the aftermath of the inverse solution of the polish style, is very important in the compilation,
  3. 所属分类:Other systems

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:csnytrigfoh
  1. applxcbtion-escape-marshal

    0下载:
  2. 按先序扩展序列建立二叉树,先序,中序,后序遍历的递归算法,不错-According to the first sequence extension set up binary tree, first order, in sequence, after the sequence traversal recursive algorithm, good
  3. 所属分类:GUI Develop

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:gezakde
  1. sevuesce

    0下载:
  2. 按先序扩展序列建立二叉树,先序,中序,后序遍历的递归算法,不错-According to the first sequence extension set up binary tree, first order, in sequence, after the sequence traversal recursive algorithm, good
  3. 所属分类:File Operate

    • 发布日期:2017-12-14
    • 文件大小:2561
    • 提供者:coche
  1. vehwork

    0下载:
  2. Java二叉树的后续遍历 Java二叉树的后续遍历主要应用于逆波兰式的求解,在编译中很重要,-Java binary tree traversal follow-up Java binary tree traversal is mainly used in the aftermath of the inverse solution of the polish style, is very important in the compilation,
  3. 所属分类:Other windows programs

    • 发布日期:
    • 文件大小:2048
    • 提供者:Sandik
  1. 1

    0下载:
  2. 二叉树的基本操作插入删除以及递归和非递归遍历-The basic operation of the two tree insertion and deletion as well as recursive and non recursive traversal
  3. 所属分类:CSharp

    • 发布日期:2017-12-14
    • 文件大小:1635
    • 提供者:陈诶
  1. shujujiegou-shu

    0下载:
  2. 有关数据结构树的相关内容 写出中序遍历二叉树的递归算法和非递归算法。 给定一棵用链表表示的二叉树,其根指针为root,试写出求二叉树结点数目。-Relevant content of data structure tree
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-16
    • 文件大小:6710272
    • 提供者:李爽
  1. tet

    0下载:
  2. 按先序扩展序列建立二叉树,先序,中序,后序遍历的递归算法,不错(According to the first sequence extension set up binary tree, first order, in sequence, after the sequence traversal recursive algorithm, good)
  3. 所属分类:组合框控件

    • 发布日期:2017-12-24
    • 文件大小:3072
    • 提供者:Mirkam
  1. er_cha_shu_code

    0下载:
  2. 特种方式对二叉树进行新型读写遍历,可以实现最便捷的运算(Special mode for two binary tree read and write new traversal)
  3. 所属分类:Windows编程

  1. treedemo

    0下载:
  2. 树的各种遍历,前序遍历,中序遍历,后序遍历(treedemo traversal of tree)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:6144
    • 提供者:zhuqian
  1. lxhxgb

    0下载:
  2. 按先序扩展序列建立二叉树,先序,中序,后序遍历的递归算法,不错(According to the first sequence extension set up binary tree, first order, in sequence, after the sequence traversal recursive algorithm, good)
  3. 所属分类:界面编程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:serixfvze
  1. TreeDemo

    0下载:
  2. 简单实例展示VC++树状控件的用法,可遍历树根,所有节点等。(Simple examples show the use of tree control by VC++)
  3. 所属分类:TreeView控件

    • 发布日期:2018-01-03
    • 文件大小:33528832
    • 提供者:哈佛方丈
  1. rebuild2-3-2

    0下载:
  2. 描述 一般来说,给定二叉树的先序遍历序列和后序遍历序列,并不能确定唯一确定该二叉树。 但是对于“真二叉树”(每个内部节点都有两个孩子的二叉树),给定它的先序、后序遍历序列足以完全确定它的结构。 将二叉树的n个节点用[1, n]内的整数进行编号,输入一棵真二叉树的先序、后序遍历序列,请输出它的中序遍历序列。 输入 第一行为一个整数n,即二叉树中节点的个数。 第二、三行为已知的先序、后序遍历序列。 输出 仅一行,给定真二叉树的中序遍历序列。 ps:题目来自清华大学邓俊辉老师课后PA
  3. 所属分类:Windows编程

    • 发布日期:2018-01-06
    • 文件大小:16384
    • 提供者:yangqs12
  1. test05_333

    0下载:
  2. 1、 输入一个完全二叉树的层次遍历字符串,创建这个二叉树,输出这个二叉树的前序遍历字符串、中序遍历字符串、后序遍历字符串、结点数目、二叉树高度(上述每一个结果独立一行显示)。 2、 输入二叉树前序序列和中序序列(各元素各不相同),创建这个二叉树,输出该二叉树的后序序列、层次遍历。(, the input string level traversal of a completely two fork tree, creating the two binary tree, preorder tra
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:456704
    • 提供者:浪狼郎朤
  1. Tree

    0下载:
  2. 创建二叉树,前序中序后序遍历二叉树,计算叶子结点树以及树的深度。(The two forked tree is created, and the two forked tree is traversed in the preorder of the preorder, and the leaf node tree and the depth of the tree are calculated.)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-08
    • 文件大小:2585600
    • 提供者:旭阳
  1. shuju5

    0下载:
  2. 一、实验目的 1、进一步掌握指针变量、动态变量的含义。 2、掌握二叉树的结构特性,以及各种存储结构的特点和适用范围。 3、掌握用指针类型描述、访问和处理二叉树的运算。 二、实验内容 1、以二叉链表作存储结构,试编写前序、中序、后序遍历二叉树的算法。(First, the purpose of the experiment 1. Further grasp the meaning of the pointer variable and the dynamic variable.
  3. 所属分类:Windows编程

    • 发布日期:2018-01-09
    • 文件大小:11264
    • 提供者:天雷丶祭
« 1 2 ... 24 25 26 27 28 2930 »
搜珍网 www.dssz.com