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

搜索资源列表

  1. btree2

    0下载:
  2. 实现输入二叉树并对它进行先序中序后序遍历-achieve input binary tree as well as its first order for the order after the preorder
  3. 所属分类:汇编语言

    • 发布日期:2008-10-13
    • 文件大小:1646
    • 提供者:yuanheqing
  1. blasdfew

    0下载:
  2. 以先序,中序,后序遍历二叉链表的非递归算法-to be the first sequence, sequence, after the preorder the binary tree of non - recursive algorithm
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:159866
    • 提供者:涂明星
  1. graph

    0下载:
  2. 数据结构有关图的算法。矩阵和链表实现的都有。实现先序中序后序遍历算法。
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:10607
    • 提供者:hanjianya
  1. 线索化二叉树遍历算法

    1下载:
  2. 本程序的主要功能在于先序输入一个二叉树,用三种递归,三种非递归进行遍历,并进行中序线索化以及其遍历,后进行中序去线索化,再进行后序线索化以及其遍历,最后后序去线索花进行中序遍历.程序的基本目的是了解二叉树的基本操作.
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-09-20
    • 文件大小:2803
    • 提供者:red_eyed_hare
  1. binarytree

    0下载:
  2. 数据结构 二叉排序树 先序中序后序遍历 二叉树的查找-Data structure binary sort tree preorder traversal sequence after sequence of binary tree search
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2322
    • 提供者:chan
  1. BinTree

    0下载:
  2. 创建二叉树,然后先序,中序,后序遍历二叉树中的各元素.-Create a binary tree, and then the first order, in sequence, after the tree traversal of the element.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:793
    • 提供者:kdw
  1. 2

    0下载:
  2. 二叉排序树的创建与使用 (时间限制为:1000毫秒) 描述: 二叉排序树的定义是:或者是一棵空树,或者是具有下列性质的二叉树:(1)若它的左子树不空,则左子树上所有的结点值均小于它的根结点的值;(2)若它的右子树不空,则右子树上所有结点的值均大于或等于它的根结点的值;(3)它的左右子树也分别为二叉排序树。现要求根据输入的元素值,构造一棵二叉排序树,并输出其先序遍历、中序遍历和后序遍历结果。 输入: 输入第一行为测试用例个数n,接下来为n个测试用例,每个测试用例占两
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:969
    • 提供者:zhoupenghua
  1. erchsa

    0下载:
  2. 大家来看看 二叉树的先序遍历 后序遍历 中序遍历 -Before we take a look at the binary tree postorder traversal traversal traversal Thank you
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:229595
    • 提供者:王东
  1. BinaryTreeTranversal

    0下载:
  2. 输入一个完全二叉树,#表示空节点二叉树先序遍历 中序遍历 后序遍历-BinaryTreeTranversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:13714
    • 提供者:Sisley95
  1. The_operation_of_the_tree

    0下载:
  2. 用C++实现了数据结构中树的操作 包括树的构建、先序中序后序遍历、树的拆除、结点的添加与删除、树的深度计算等 程序调试完全通过-Achieved with C++ data structure tree operations include the construction of the tree, the first sequence in the sequencing order traversal, tree removal, node addition and deletion, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1406
    • 提供者:朱洁丽
  1. fei-digui-tree

    0下载:
  2. 利用非递归的方式对一个二叉树进行操作 比如先序中序后序遍历-Use of non-recursive way to operate on a binary tree such as the first post-order traversal sequence in order
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:178954
    • 提供者:jaychou
  1. digui-binary-tree

    0下载:
  2. 利用递归的方式对一个二叉树进行操作 比如先序中序后序遍历-Recursive way to operate on a binary tree such as the first post-order traversal sequence in order
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:104445
    • 提供者:jaychou
  1. erchashushixian

    0下载:
  2. 通过二叉树的链接表示方法在二叉树类中添加成员函数用于实现二叉树的构建,删除和求二叉树的节点个数的运算,二叉树先序中序后序遍历的运算还有二叉树的复制运算以及求二叉树中叶子节点个数的运算。-Binary color to achieve a link through the binary tree representation in the binary tree class by adding member functions used to implement the construction
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:8452
    • 提供者:赵力芸
  1. shu

    0下载:
  2. MFC写的二叉树小程序,输入后可以显示树,递归先序中序后序遍历和非递归中序遍历,数据结构相关-MFC binary write small programs can be displayed after the input tree, recursive sequence in the first post-order traversal order and non recursive inorder traversal, the data structure associated
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2405198
    • 提供者:tomo
  1. Nonrecursive

    0下载:
  2. 二叉树的先序中序后序遍历的非递归函数,都写在一个项目中,仅供大家参考-Binary tree s first order after sequence traverse sequence
  3. 所属分类:Data structs

    • 发布日期:2017-05-04
    • 文件大小:1227233
    • 提供者:姜昊
  1. 1

    0下载:
  2. 1)使用先序遍历序列构造算法,使用二叉链表,表示算术表达式2*3+6/3的标识符树; 2)求标识符树的先序、中序、后序序列,各存入数组中并显示结果; 3) 求树中叶子结点的个数 附加:3)使用后序序列求表达式的值(使用栈实现); -1) Use a preorder traversal sequence construction algorithm, using the linked list of binary, indicating that the arithmetic
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1102
    • 提供者:zhongren
  1. tree

    0下载:
  2. java实现二叉树的相关操作,二叉树的建立,二叉树的先序遍历后序遍历中序遍历的递归以及非递归实现。-Java realize binary tree related operation, the establishment of the binary tree, binary tree s first traverse sequence after traverse sequence of traverse sequence of recursion and the recursive real
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:3877
    • 提供者:lixiao
  1. 二叉搜索树的创建与遍历

    0下载:
  2. 简单描述了一个二叉搜索树的创建,并且进行先序,后序,中序遍历。(A simple descr iption of the creation of a two fork search tree, and the first order, after the order, in the order traversal.)
  3. 所属分类:书籍源码

  1. 1160300803_樊静_实验二

    0下载:
  2. 森林和树的基本操作 ,森林的存储,森林转化成二叉树,二叉树的先序中序后序非递归遍历,以及区间编码(The basic operations of forests and trees, the storage of forests, the conversion of forests into two forked trees, the preorder and the post order of the two forked trees, and the interval encoding,
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:233472
    • 提供者:hit樊静
  1. 二叉树的先、中、后序遍历序列

    1下载:
  2. 从键盘接收扩展先序序列,以二叉链表作为存储结构,建立二叉树。输出这棵二叉树的先序、中序和后序遍历序列。 输入 输入扩展先序序列。二叉树结点的data是字符类型数据, 其中#表示空格字符。 输出 三行依次输出先序、中序、后序遍历序列。 样例输入 ABC##DE#G##F### 样例输出 ABCDEGF CBEGDFA CGEFDBA
  3. 所属分类:数据结构常用算法

« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com