CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 树的遍历

搜索资源列表

  1. 树的遍历

    0下载:
  2. 树的遍历,包括数的建立、存储、遍历-tree traversal, including several of the establishment, storage, traverse ... ... ... ... ...
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1392
    • 提供者:li
  1. TreeTraverse

    0下载:
  2. 树的遍历 树的遍历 -tree traversal of the tree tra versal of the tree tra versal
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1071
    • 提供者:yangshengjun
  1. singerlist

    0下载:
  2. 一个二叉树的遍历,输出前序遍历,中序遍历,后序遍历-a binary tree traversal, output preorder, preorder, after preorder
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:10891
    • 提供者:程军
  1. 中序遍历的非递归算法

    0下载:
  2. 二叉树中序遍历的非递归算法-Binary preorder non - recursive algorithm
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:11856
    • 提供者:宗锐
  1. 实验三

    0下载:
  2. 1.程序的功能:遍历一个二叉树并输出。 2.输入输出的要求:输入可以是单个数字,也可以是单个字符,以0结束。二叉树的遍历方式可以是前序,中序,后序,程序中用switch函数进行开关选择-1. The functionality : a binary tree traversal and output. 2. The input and output : input can be a single figure, it could be a single character to the end
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:855
    • 提供者:马芳萍
  1. 遍历二叉树

    1下载:
  2. 按层遍历二叉树的算法设计C语言数据结构作业-layer by the binary tree traversal algorithm design C language data structures operations
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:935
    • 提供者:郑伟雄
  1. 1

    0下载:
  2. 遍历问题 (时间限制为:1000毫秒) 描述: 已知二叉树的中序和先序遍历可以唯一确定后序遍历、已知中序和后序遍历可以唯一确定先序遍历,但已知先序和后序,却不一定能唯一确定中序遍历。现要求根据输入的中序遍历结果及某一种遍历,要求输出另一种遍历。 输入: 输入包括若干个测试用例,第一行为一个自然数n,表示用例个数,接下来4n行,即每个用例占4行,其中第一行表示第一种遍历方式,第二行为第一种遍历结果,第三行为第二种遍历方式,第4行为第二种遍历结果。注明:先序遍历方式
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:865
    • 提供者:zhoupenghua
  1. PreorderInorderPostorder

    0下载:
  2. 数据结构二叉树的建立与遍历,实验内容是以二叉链表作为存储结构,对建立的二叉树进行遍历(先序,中序,后序),采用递归方法实现。-Binary tree data structure and traversal of the establishment of the experimental binary content is stored as a linked list structure for the establishment of the binary tree traversal (f
  3. 所属分类:CSharp

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

    0下载:
  2. 本文利用C语言实现了简单的二叉树,每个结点只保存一个整数,并且,由于非常简单,树的根结点是确定的,而不是输入的。确定根结点以后,用户输入的每一个数都被insert到树中(-999表示停止),利用深度优先的方法。建立好二 叉 树以后,分别利用深度优先(DFS)和广度优先(BFS)进行了遍历,输出结果。-In this paper, the use of C language realization of a simple binary tree, each node only maintains
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3858
    • 提供者:liujianbin
  1. erchashu

    0下载:
  2. 二叉树的遍历,简单的二叉树按先序,中序后序遍历-Binary tree traversal, a simple binary tree according to the first sequence, in order postorder traversal
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1074
    • 提供者:郑湾州
  1. binarytreealgorithms

    0下载:
  2. 二叉树的各种算法,插入、删除、查找和遍历-Binary tree algorithms, insert, delete, search and traversal, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:2452
    • 提供者:start
  1. binarytree

    0下载:
  2. 输入二叉树的前序排列以及中序排列,对二叉树进行遍历,并计算二叉树叶子节点总数以及树的深度。-Input binary tree arrangement of the first order and arrangement in the sequence of binary tree traversal, and calculate the total number of binary tree leaf nodes and tree depth.
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:1043
    • 提供者:刚玉
  1. a3

    0下载:
  2. 关于二叉树的C语言编程,描述了二叉树的建立以及二叉树的遍历-On the binary tree of C language programming, described the establishment as well as binary tree binary tree traversal
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:602
    • 提供者:飞鸟
  1. 29

    0下载:
  2. 在一棵中序线索二叉树中,实现后根中序线索二叉树的遍历;在构造二叉树时进行线索化。-ThreadBinaryTree
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:937204
    • 提供者:ryan
  1. TreeTraverse

    0下载:
  2. 原创:C#实现数据结构的树的遍历 原创:C#实现数据结构的树的遍历-C# Traverse
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:3819
    • 提供者:lwj
  1. trees

    0下载:
  2. 用C语言简单有效实现数据结构中二叉树的遍历。-Traversal of a binary tree data structure C language
  3. 所属分类:CSharp

    • 发布日期:2017-11-21
    • 文件大小:207570
    • 提供者:幽静
  1. shuheerchashu

    0下载:
  2. 以下问题要求统一在一个大程序里解决。 按先序遍历的扩展序列建立二叉树的存储结构 二叉树先序、中序、后序遍历的递归算法 二叉树中序遍历的非递归算法 二叉树层次遍历的非递归算法 求二叉树的深度(后序遍历) 建立树的存储结构 求树的深度-The following questions require a unified solution in a large program. Extension of the first-traversal sequence to esta
  3. 所属分类:CSharp

    • 发布日期:2017-12-08
    • 文件大小:179987
    • 提供者:lili
  1. graph

    0下载:
  2. 树的遍历,里面是dfs,以及他的creat-tree s int creat and dfs
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:72561
    • 提供者:刁帅
  1. ConsoleApplication1

    0下载:
  2. 二叉树的遍历有三种方式,分别是:先(根)序遍历算法,中(根)序遍历算法,后(根)序遍历算法。此算法就是随便输入几个数字,然后以先序、中序、后序三种方式输出。-Binary tree traversal There are three ways, namely: the first (root) preorder algorithm, the (root) preorder algorithm, after the (root) preorder algorithm. This algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:24768
    • 提供者:
  1. 8

    1下载:
  2. 家谱管理系统。基本是多叉树孩子表存储法的遍历、删除、查找、更新等基本算法。-Genealogy management system. Substantially more tree traversal child table storage method, delete, search, update the basic algorithm.
  3. 所属分类:CSharp

    • 发布日期:2017-05-06
    • 文件大小:587722
    • 提供者:LiNianjie
« 12 3 »
搜珍网 www.dssz.com