搜索资源列表

  1. 非递归前序,中序,后序遍历二叉树(优化算法)

    0下载:
  2. 非递归前序,中序,后序遍历二叉树(优化算法)-before non - recursive sequence, sequence after sequence binary tree traversal (optimization algorithm)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1256
    • 提供者:徐宾
  1. 二叉树的前序中序后序遍历MFC

    0下载:
  2. 我这个主要实现的是创建二叉树,并实现前序中序后序的递归遍历。
  3. 所属分类:源码下载

    • 发布日期:2011-04-26
    • 文件大小:1885898
    • 提供者:luyanyan0904201
  1. 求二叉树前序遍历序列中第k个结点的值

    0下载:
  2. 求二叉树前序遍历序列中第k个结点的值 c语言程序,已测试
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-01-28
    • 文件大小:28672
    • 提供者:sxccw2
  1. 非递归前序,中序,后序遍历二叉树(优化算法)

    0下载:
  2. 非递归前序,中序,后序遍历二叉树(优化算法)-before non- recursive sequence, sequence after sequence binary tree traversal (optimization algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:徐宾
  1. binarytreecount

    0下载:
  2. 给定一棵树的前序\中序,构造出该树,并打印出树的后序 //例如,前序:a b d e h i c g 中序:d b h e i a c g-given a tree before the sequence \ sequence were constructed out of the tree, and print out the following sequence tree// For example, the former se
  3. 所属分类:Windows编程

    • 发布日期:2024-05-12
    • 文件大小:225280
    • 提供者:李华
  1. LastOrderTree

    0下载:
  2. 创建二叉树,并实现二叉树前序、中序递归遍历算法和二叉树的后序非递归遍历-create binary tree, and to achieve binary tree before the sequence, sequence recursive traversal of a binary tree algorithm and after non- recursive traversal sequence
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:daimin
  1. heart511

    0下载:
  2. 已知一个二叉树的前序与中序,输出其后序的程序。-known to a sequence of binary tree with the order, then the order of the output process.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:刘浪
  1. yyh

    0下载:
  2. 对二叉树的生存,二叉树遍历等,有前序的,中序的,后序的,层次的,求结点数的等.-The survival of the binary tree, binary tree traversal and so on, have pre-ordered, in sequence, after the sequence, level, and of such nodes.
  3. 所属分类:书籍源码

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:lcx
  1. 05

    0下载:
  2. 实验描述:树的前序遍历和中序遍历结果可以确定一棵树。 输入树的前序遍历结果和中序遍历结果建立起这棵树并给出后序遍历结果。 -Experimental Descr iption: Preorder tree traversal and traversal in order to determine the outcome of a tree. Enter the tree traversal Preorder traversal o
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:7168
    • 提供者:
  1. BiTree

    0下载:
  2. 二叉树遍历的C语言代码,有前序遍历,中序遍历,后序遍历,比较有参考价值,对于初学者来说很有用!-Binary tree traversal of the C language code, a pre-order traversal, in order traversal, postorder traversal, comparison reference value, useful for beginners!
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:106496
    • 提供者:电信科学
  1. BST

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

    • 发布日期:2024-05-12
    • 文件大小:964608
    • 提供者:李雅芳
  1. binary

    0下载:
  2. 二叉树的遍历(前序中序算法的应用,由前序遍历的方式输入,以中序的方式输出)-Binary Tree Traversal (before the preface sequence algorithm applications, from pre-order traversal enter, in sequence of output)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:248832
    • 提供者:gongtingting
  1. tree

    0下载:
  2. 该程序的功能为已知二叉树中序遍历和后序遍历序列,求二叉树的二叉链表结构,程序中假设前序序列和中序序列已经分别储存在数组Pre和In中,由子树的前序和中序序列建立其二叉链表,在中序序列中查找子树根,计算左右子树的大小,置队列为空队列,输出左右孩子并入队列中-The functions of the program in order for the known binary tree traversal and postorder trav
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:ruikobe
  1. creattree

    0下载:
  2. 设二叉树结点值为大写字母,输入二叉树的前序遍历和中序遍历序列,生成此二叉树,输出该二叉树的后序遍历和按层次遍历序列。输入某结点值,在二叉树中查找该结点,若该结点存在,则输出从根到该结点的路径,否则给出不存在信息。-Based binary tree node value of capital letters, enter the first order binary tree traversal and traversal sequen
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:2048
    • 提供者:张建鑫
  1. BiTree

    0下载:
  2. 二叉树的前序、中序、后序和层次遍历,以及求二叉树的 高度-Binary tree of the former order, in sequence, after the traversal sequence and levels, as well as for the height of binary tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:1024
    • 提供者:谢斌
  1. Algorithm

    0下载:
  2. c++经典小程序。包括河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI Eratosthenes筛选求质数 超长整数运算(大数运算) 长 PI 最大公因数、最小
  3. 所属分类:其他小程序

    • 发布日期:2024-05-12
    • 文件大小:450560
    • 提供者:sunny
  1. BinTreeExp

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

    • 发布日期:2024-05-12
    • 文件大小:211968
    • 提供者:LCC
  1. BiTree

    0下载:
  2. 数据结构中的二叉树的遍历(前序、中序、后序)算法,包括递归和非递归两种实现,另外还实现了层次遍历算法(header文件夹中包含了数据结构的头文件)。-Data structure of binary tree traversal (pre-order, in sequence, after the sequence) algorithm, including recursive and non-recursive two to achi
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:21504
    • 提供者:benny
  1. btree

    0下载:
  2. 树型结构上机作业 1 建立二叉树 1)通过输入树的嵌套括号表示序列 2)根据前序遍历序列和中序遍历序列建立二叉树 3)建立哈夫曼树 2. 对于1中1),2)所建立的树进行如下操作: 1)查找结点 2)前序遍历 3)中序遍历 3 对于建立的哈夫曼树进行编码 4 输出二叉树的形状 -Operating a tree structure on the plane to establis
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:3072
    • 提供者:胡先生
  1. 前序+中序_问答式输入生成二叉树

    0下载:
  2. 在计算机科学中,二叉树是每个节点最多有两个子树的树结构。通常子树被称作左子树和右子树。二叉树常被用于实现二叉查找树和二叉堆。该算法通过输入前序和中序生成二叉树(In computer science, a two tree is a tree structure with a maximum of two subtrees for each node. Usually the subtrees are called the left s
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-12
    • 文件大小:3953664
    • 提供者:静守成雯
« 12 3 4 5 6 7 8 9 10 ... 38 »

源码中国 www.ymcn.org