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

搜索资源列表

  1. gouzaoerchashu

    0下载:
  2. 构造二叉树,简单的排序,图的遍历,希望对大家有用-binary tree structure, the simple sorting, graph traversal, useful for all
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:7677
    • 提供者:王全镇
  1. jiandantudebianli

    0下载:
  2. 构造二叉树,简单的排序,图的遍历,希望对大家有用-binary tree structure, the simple sorting, graph traversal, useful for all
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1726
    • 提供者:王全镇
  1. bina_tree

    0下载:
  2. 已知一棵二叉树的先序中序遍历构造二叉树,输出其后序遍历序列-known first of a binary tree traversal sequence binary tree structure, and the output was preorder sequence
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1113
    • 提供者:aaa
  1. 二叉链表表示的二叉树

    0下载:
  2. 按照先序序列构造一棵以二叉链表表示的二叉树T,然后对T进行非递归中序遍历、递归后续遍历和层序遍历。
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-17
    • 文件大小:1916
    • 提供者:冷风
  1. 数据结构的C++描述

    1下载:
  2. 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-10-17
    • 文件大小:5125525
    • 提供者:gufeng20081010
  1. 二叉树结点算法源程序

    0下载:
  2. 根据一棵二叉树结点的先根序列和中根序列构造该二叉树,并输出该二叉树的后序遍历结果。,According to a binary tree the root node of the first sequence and the sequence structure of the tree root and post the output of the binary tree traversal results.
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-26
    • 文件大小:868637
    • 提供者:tlh
  1. Binarytree

    0下载:
  2. 实现构造一个二叉树、二叉树的遍历(递归与非递归方法)-To achieve construct a binary tree, Binary Tree Traversal (recursive and non-recursive method)
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:12670
    • 提供者:妮子
  1. tree_find

    0下载:
  2. 中序线索化二叉树 实验<一>:构造二叉树,通过前序、中序\后序三种方法遍历此二叉树 实验<二>:构造线索化中序二叉树,查找此二叉树中某一结点的后继 -In order threaded binary tree experiment <a>: binary tree structure, through the pre-sequence, sequence after sequence of three methods of traversing t
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:89467
    • 提供者:kaixincai
  1. tree

    0下载:
  2. 包括树的构造,树和二叉树的转换,树的各种遍历,以及用二叉树计算算术表达式,构造、计算中序表达式,中序表达式转前序表达式等~! -Including the tree structure, trees and tree transformation, tree traversal of the various, and the tree calculated using the arithmetic expression, construction, calculation sequence ex
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:55814
    • 提供者:heqin
  1. bitree

    0下载:
  2. 实现二叉树的基本功能,如构造一棵二叉树,在树中插入结点,先序后序中序遍历二叉树等功能-The basic function of the realization of binary tree, such as a binary tree structure, inserted in the tree nodes, in sequence after the first order binary tree traversal functions
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:2420
    • 提供者:Helen22
  1. rebuild

    0下载:
  2. 根据先序和中序遍历的结果,重新构造二叉树-According to the results of the PreOrder and InOrder visit,rebuild the bitree
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:706
    • 提供者:方四季
  1. Cpp1

    0下载:
  2. 构造二叉树,对该二叉树中序,先序,后序遍历-Binary tree structure, the binary tree in order, preorder, postorder
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:873
    • 提供者:chy
  1. haffman

    0下载:
  2. 一个哈夫曼编码和译码程序 1、掌握树、森林和二叉树的概念和它们的特性以及它们之间是怎样相互转换的,理解二叉树的三种遍历:先序遍历、中序遍历和后序遍历,和树的两种遍历:先序遍历和后序遍历。 2、理解二叉树的基本运算算法实现以及它的非递归运算算法和层次遍历算法,了解二叉树的线索化及其它的应用。 3、掌握树和二叉树的几种存储结构以及它的构造,学会使用二叉链表实现二叉树的存储验证和设计相关算法。 -A Huffman encoding and decoding procedures fo
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:161833
    • 提供者:jingjing
  1. 2

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

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

    0下载:
  2. 实验内容1按照先序序列构造一棵以二叉链表表示的二叉树T,然后进行非递归中序遍历,递归后续遍历和层序遍历。
  3. 所属分类:文档资料

    • 发布日期:2015-04-30
    • 文件大小:37376
    • 提供者:weizen
  1. 二叉树

    0下载:
  2. 二叉树的前、中、后、层次遍历的递归算法。其中包括构造二叉树链式存储的算法。(A recursive algorithm of traversing the front, middle, post and level of two forked trees. It includes the algorithm to construct two forked tree chain storage.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:VINCERXC
  1. untitled1(1)

    0下载:
  2. 二叉树基本构造,二叉树基本遍历等,采用选择语句(The basic structure of the two forked tree)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:我我我我1
  1. project7

    1下载:
  2. 利用构造完全二叉树的方法建立二叉树结构。(1) 实现二叉树的先序、中序、后序遍历以及求深度操作;(2) 利用堆栈进行中序遍历并指出栈内最多元素个数。(The structure of binary tree is established by constructing complete binary tree. To realize the traversal of the binary tree in order, in order and after order and to find th
  3. 所属分类:数据结构

    • 发布日期:2020-04-09
    • 文件大小:64512
    • 提供者:cy050
  1. 二叉排序树_17281183_刘梦婷

    2下载:
  2. 1.构造一棵二叉排序树并对其进行中序遍历输出; 2.在二叉排序树中查找某一关键字,若存在,显示查找成功;若不存在,将其插入到二叉排序树中,再中序遍历输出。(1. Construct a binary sort tree and output it through middle order traversal; 2. Find a keyword in the binary sort tree. If it exists, the search is successful. If it doe
  3. 所属分类:数据结构

    • 发布日期:2020-05-31
    • 文件大小:2202624
    • 提供者:lmt19990807
  1. 树_17281183_刘梦婷

    1下载:
  2. 建立树的孩子兄弟链表存储结构,求树的深度。 要求: 1)自上而下输入树中每条边(例如#A,AB,AC,BD,##),不要转换成二叉树输入。 2)按树中由根至叶子结点层次遍历顺序(每层中自左至右输入),输入结点序列及每个结点的度,构造孩子兄弟链表。(Establish the storage structure of the tree's child and brother list, and find the depth of the tree. Requirement: 1) Inp
  3. 所属分类:数据结构

    • 发布日期:2020-05-07
    • 文件大小:1536000
    • 提供者:lmt19990807
« 12 3 4 5 »
搜珍网 www.dssz.com