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

搜索资源列表

  1. erchashu1

    0下载:
  2. 建造二叉树、二叉树的前序、中序、后序、层序遍历-The construction of binary tree, binary tree of the former order, in sequence, after the sequence, sequence traversal
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:6.85kb
    • 提供者:chen
  1. LevelVisit

    0下载:
  2. 我们了解二叉树的前序,中序和后序遍历,那么设计一个程序实线二叉树的层次遍历-We understand that the first order binary tree, in sequence and post-order traversal, then design a program of line-level binary tree traversal
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:9.81kb
    • 提供者:林大嘴
  1. tree

    0下载:
  2. 二叉树的前序,中序,后序,遍历等一系列操作-Binary tree preorder, inorder, postorder, traversing a series of operations
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-09
    • 文件大小:386.93kb
    • 提供者:dfasdf
  1. erchashu

    0下载:
  2. 实现二叉树的基本功能,包括前序遍历,中序遍历,后序遍历,层次遍历-To achieve the basic functions of a binary tree, including the pre-order traversal, inorder traversal, postorder, level traversal
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:995.62kb
    • 提供者:闫莉刚
  1. BinaryTree

    0下载:
  2. 二叉树的相关操作,实现前序,中序,后序遍历,算元素个数,树高-Binary tree-related operations, to achieve pre-order, middle order, postorder, count number of elements, tree height,
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:255.79kb
    • 提供者:彭少坤
  1. BT

    0下载:
  2. 二叉树的前序遍历以及中序遍历以及后序遍历-BinaryTree
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:8.77kb
    • 提供者:yuhan
  1. binaryTree

    0下载:
  2. 根据输入的谦虚序列,终须序列获得二叉树,从而进行“前序”“中序”“后序”“层次”遍历,支持单步演示以及自动演示-Eventually have modest sequence based on the input sequence obtained binary tree, thus the " preamble" in order " after the sequence" hierarchy traversal supports single-step d
  3. 所属分类:Other systems

    • 发布日期:2017-12-04
    • 文件大小:3.61mb
    • 提供者:王目宣
  1. BinaryTree

    0下载:
  2. 包括二叉树的前序、中序、后序递归非递归遍历;以及线索二叉树的前序、中序、后序递归非递归实现。-Include binary tree preorder, inorder, postorder recursive non-recursive traversal threaded binary preorder, inorder, postorder recursive non-recursive implementation.
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:6.22kb
    • 提供者:luofei
  1. bitree

    0下载:
  2. 此程序可用于演示二叉树的前序、中序和后序遍历。-This program can be used to demonstrate the binary tree preorder, inorder, and postorder traversal.
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:520.24kb
    • 提供者:简笛
  1. BinaryTree

    0下载:
  2. 使用VS2010编程,二叉树的前序、中序、后序、层序遍历,无界面。-Using VS2010 programming, binary tree sequence, sequence after sequence, sequence traversal, no interface.
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:676.66kb
    • 提供者:田忠峰
  1. binarytree

    0下载:
  2. 二叉树以lson-rson链接方式存储,以菜单方式设计并完成功能任务:建立并存储树、输出前序遍历结果、输出中序遍历结果、输出后序遍历结果、交换左右子树、统计高度,其中对于中序、后序的遍历运算要求采用非递归方式。-Binary links to lson-rson stored to design the menu and complete functional tasks: Create and store the tree, the output results before preorder
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:187.96kb
    • 提供者:钟宇洋
  1. BinaryTree

    0下载:
  2. 二叉树类的全部实现:建树、清空、判空、找根节点、找父节点、找子节点、剪枝、前序遍历、中序遍历、后序遍历和层次遍历、判断是否为完全二叉树。-All binary tree class: achievements, empty, empty sentence, find the root node, find the parent node, find the child nodes, pruning, preorder, preorder, postorder traversal and leve
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:283.3kb
    • 提供者:黄森洪
  1. NO6

    0下载:
  2. 剑指offer,输入某二叉树的前序遍历和中序遍历的结果,请重建出该二叉树。假设输入的前序遍历和中序遍历的结果中都不含重复的数字。例如输入前序遍历序列{1,2,4,7,3,5,6,8}和中序遍历序列{4,7,2,1,5,3,8,6},则重建二叉树并输出它的后序遍历序列。-An offer, enter the preamble of a binary tree traversal and sequence traversal results in reconstruction of the bin
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-06
    • 文件大小:1.3mb
    • 提供者:小寒
  1. erchashu

    0下载:
  2. 二叉树的建立,前序遍历。中序遍历,后序遍历,数据结构课程设计。-Establishment of a binary tree, preorder traversal. Preorder, postorder traversal, data structures course design.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.36kb
    • 提供者:ZDQ
  1. Test4_19B

    0下载:
  2. 二叉树的前序遍历,中序遍历,后序遍历,实现了迭代其的使用-Pre-order binary tree traversal, preorder, after preorder realized iteration of its use
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.63kb
    • 提供者:pengbo
  1. erchashu

    0下载:
  2. 进行一些二叉树的基本操作:1) 前序遍历:将二叉树按前序遍历输出; 2) 中序遍历:将二叉树按前序遍历输出; 3) 后序遍历:将二叉树按前序遍历输出; 4) 层序遍历:将二叉树按前序遍历输出; 5) 求高度:求出二叉树的高度; 6) 求最大宽度:求出二叉树的最大宽度; 7) 判断是否满二叉树: 判断所输入的二叉树是否满二叉树; -Some binary basic steps: 1) pre-order traversal: preorder output binar
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-07
    • 文件大小:1.17mb
    • 提供者:陈嘉强
  1. main

    0下载:
  2. 二叉树的前中后序遍历,利用链表和栈来实现。-Before the binary tree traversal after
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.44kb
    • 提供者:Mr.Hu
  1. wq

    0下载:
  2. 本程序的要求是给出一个二叉树的中序和后序遍历,运用递归和非递归两种方法确定二叉树,并输出二叉树的前序序列和显示二叉树的树形结构。-The requirements of this program is to give a binary tree in inorder and preorder using recursive and non-recursive two methods to determine the binary tree, and outputs the preamble se
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-05
    • 文件大小:171.93kb
    • 提供者:李寻欢
  1. 二叉树遍历

    1下载:
  2. 简单的二叉树遍历,中序遍历,后序遍历,前序遍历(Simple two tree traversal)
  3. 所属分类:其他

    • 发布日期:2017-09-26
    • 文件大小:3kb
    • 提供者:tomrb
  1. bintree

    0下载:
  2. 主要为二叉树的遍历,涉及到前序遍历、中序遍历、后序遍历,以及左右孩子的交换后的遍历(内附c&c++操作手册)(It is mainly used for binary tree.)
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:115kb
    • 提供者:WilliamHGB
« 12 3 »
搜珍网 www.dssz.com