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

搜索资源列表

  1. erchashubianli

    0下载:
  2. 实现对二叉树的各种遍历 有先序遍历 中序遍历 后序遍历 -Achieve a variety of traversing a binary tree traversal in preorder traversal sequence after traversing
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1145
    • 提供者:maomaoyu
  1. BinaryTree

    0下载:
  2. 求解任意一个二叉树的中序先序后序遍历结果-Solving any one of the first order binary tree in postorder traversal sequence results
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:589
    • 提供者:灵霄
  1. BinaryTreeTranversal

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

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

    0下载:
  2. (1)二叉树的创建操作; (2)二叉树的销毁操作; (3)二叉树的先序遍历的递归算法; (4)二叉树的中序遍历的递归算法; (5)二叉树的后序遍历的递归算法; (6)二叉树的先序遍历的非递归算法; (7)二叉树的中序遍历的非递归算法; (8)二叉树的后序遍历的非递归算法; (9)二叉树的层次遍历算法; -(1) the creation of binary operations (2) the destruction of binary
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:205760
    • 提供者:不悔
  1. erchashu

    0下载:
  2. 二叉树的三种遍历方法:建立二叉树/先序遍历/中序遍历/后序遍历-Three binary tree traversal method: Create a binary tree/preorder traversal/inorder traversal/postorder traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:884
    • 提供者:穆闻
  1. Bitree

    0下载:
  2. 二分树建立与各种遍历,包括先序后序和中序-Binary tree is created with a variety of traversal, including the first sequence and the sequence after sequence
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4106
    • 提供者:李磊
  1. NO-LIMIT

    0下载:
  2. 这是一个不错的二叉树 里面含有层次遍历,先序遍历 中序遍历 后序遍历等算法,很值得我们参考学习交流 NO limit 老王-This is a good binary tree which contains a level traversal, preorder traversal preorder traversal preorder traversal algorithms, it is worthy of our reference learning exchanges NO limi
  3. 所属分类:Data structs

    • 发布日期:2017-11-14
    • 文件大小:2373
    • 提供者:Marty
  1. Tree

    0下载:
  2. 1、 编写程序按先序次序和中序次序,确定这棵树二叉树。 2、 输出这棵树的后序序列。 (树的节点数目不超过100) -1, write a program to determine the order of the first order and sequence order tree binary tree. 2, the output of this tree postorder sequence. (The number of nodes of the tree does no
  3. 所属分类:Data structs

    • 发布日期:2017-12-04
    • 文件大小:3652386
    • 提供者:Tracy
  1. BiTree

    0下载:
  2. 1、 编写程序按先序次序输入二叉树中结点的值构造二叉链表表示的二叉树。 2、 编写程序采用三种递归遍历算法(前序、中序、后序)对这棵二叉树进行遍历。 3、 编写程序计算该二叉树的高度。-A writing program preorder order input binary tree represented by the value of the structure of the binary tree node binary list. 2, write a program usin
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:3673962
    • 提供者:Tracy
  1. 1

    0下载:
  2. 1.基本训练 (1)输入字符序列,建立二叉链表。 (2)先序、中序、后序遍历二叉树:递归算法。 (3)中序遍历二叉树:非递归算法(最好也能实现先序,后序非递归算法)。 (4)求二叉树的高度 。 (5)求二叉树的叶子个数。 (6)对于树中每一个元素值为x的结点,删去以它为根的子树,并释放相应的空间。 (8)借助队列实现二叉树的层次遍历。 (9)在主函数中设计一个简单的菜单,分别调试上述算法。 -Basic Training (1) Enter t
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:2319
    • 提供者:血鸢
  1. binary-tree

    0下载:
  2. 二叉树的遍历,包括先序遍历,中序遍历和后序遍历-traversing binary tree
  3. 所属分类:File Operate

    • 发布日期:2017-04-05
    • 文件大小:846
    • 提供者:shalice
  1. BiTREE

    0下载:
  2. 输入二叉树的先序序列和中序序列,根据这两个序列,输出二叉树的后序序列,用C语言实现这个程序。-Input sequence and the first sequence of binary tree inorder sequence, based on these two sequences, the output binary sequence after sequence.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:964
    • 提供者:summer
  1. shujujiegou

    0下载:
  2. 输入字符序列,建立二叉链表。 (2)先序、中序、后序遍历二叉树:递归算法。 (3)先序遍历二叉树:非递归算法(最好也能实现中序,后序非递归算法)。 (4)求二叉树的叶子个数。 (5)借助队列实现二叉树的层次遍历。    (6)在主函数中设计一个简单的菜单,分别调试上述算法。-Enter the character sequence to build the binary tree. (2) first order, in sequence, after the b
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:524
    • 提供者:Hoang
  1. BiTree

    0下载:
  2. a.能够先序输入一颗二叉树。 b.能够实现对此二叉树进行 先序、中序、后序遍历; c.统计树中叶子节点个数; d.对二叉树进行 先序、中序、后序线索化; e.对线索化后的树进行 先序、中序、后序遍历; f.显示该树。 -a. could preorder enter a binary tree. b able to achieve this binary tree preorder, inorder, postorder . number of leaf nodes c
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:398658
    • 提供者:liming
  1. four_BiTree

    0下载:
  2. 二叉树的基本操作:建立、销毁、先序排序、中序排序、后序排序、广义表输出-The basic operation of a binary tree: create, destroy, first order sort, the sort order, the sort order, generalized table output
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:359454
    • 提供者:LiHuaWu
  1. sihuanghou

    0下载:
  2. 人工智能的四皇后问题,回溯法——在约束条件下先序遍历,并在遍历过程中剪去那些不满足条件的分支。 使用回溯算法求解的问题特征,求解问题要分为若干步,且每一步都有几种可能的选择,而且往往在某个选择不成功时需要回头再试另外一种选择,如果到达求解目标则每一步的选择构成了问题的解,如果回头到第一步且没有新的选择则问题求解失败。 在回溯策略中,也可以通过引入一些与问题相关的信息来加快搜索解的速度。对于皇后问题来说,由于每一行、每一列和每一个对角线,都只能放一个皇后,当一个皇后放到棋盘上后,不管它放在棋
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:126862
    • 提供者:孙铭啸
  1. xx

    0下载:
  2. 二叉树的建立,以及先序遍历,中序遍历,后序遍历(Two fork tree establishment, first order traversal, middle sequence traversal, after order traversal)
  3. 所属分类:数据结构

  1. rebuild2-3-2

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

    • 发布日期:2018-01-06
    • 文件大小:16384
    • 提供者:yangqs12
  1. 二叉树的四种遍历方式与层序创建

    1下载:
  2. 本例程实现对于二叉树的四种遍历方式,先序,中序,后序,层序四种遍历(This routine implements four traversing methods for two forked trees, the first order, the middle order, the rear order and the sequence of four ergodicity.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-20
    • 文件大小:13312
    • 提供者:煜沉
  1. 二叉树遍历操作

    0下载:
  2. 本代码采用c/c++语言,描述了二叉树的先中后序遍历及深度(This code uses c/c++ language to describe the first and middle traversal traversal and depth of two binary tree.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:SuperLoser
« 1 2 3 4 56 7 8 9 10 ... 22 »
搜珍网 www.dssz.com