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

搜索资源列表

  1. erchashu-c

    0下载:
  2. 二叉树所有操作的c程序,包括建立,插入,遍历,删除等等,已经通过调试-C binary tree of all operations procedures, including the establishment of, insert, traverse, delete, etc., have been through debugging
  3. 所属分类:Data structs

    • 发布日期:2017-04-15
    • 文件大小:8888
    • 提供者:李茜
  1. C_TREE

    0下载:
  2. 本例题将介绍一种建立二叉树的算法。同时介绍对“遍历算法”灵活应用:将二叉树中每个结点的左右子树进行交换。介绍求二叉树深度的算法。 二叉树的建立是一个递归方法,与二叉树先序遍历思路有点相似。数据的组织是先序遍历的顺序,但是当某结点的某孩子为空时以数据0来充当,也要输入。结合右图的二叉树,其数据的输入顺序应该是: 1 2 4 0 0 0 3 5 0 7 0 0 6 8 0 0 9 0 0。 若当前数据不为0,则申请一个结点存入当前数据。如果输入0表明是空(NULL),不分配结点。递归调用
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:3345
    • 提供者:yyfy
  1. bianli

    0下载:
  2. 遍历二叉树 是指以一定的次序访问二叉树中的每个结点,并且每个结点仅被访问一次见图-Binary tree traversal refers to a certain tree in order to visit each node and each node has been visited only once see Figure
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:9244
    • 提供者:huaying
  1. binary_tree

    0下载:
  2. 二叉树三种遍历的非递归算法 给出二叉树先序、中序、后序三种遍历的非递归算法,此三个算法可视为标准算法,直接用于考研答题。-Binary Tree Traversal three non-recursive algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1153
    • 提供者:zhangli
  1. deepLook

    0下载:
  2. 深度遍历一个二叉树,以读取结点的有关信息-read the data the connection of the two tree in a deep looking way
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:10065
    • 提供者:张三
  1. wideLook

    0下载:
  2. 为了读取二叉树的结点数据,广度遍历二叉树-Read the information of the connection of the two tree in a wide Looking way
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:27465
    • 提供者:张三
  1. paxieeuew

    0下载:
  2. 1.创建二叉树 2.输出二叉树 4.二叉树的前中后三序遍历 5.删除特定关键字结点 0.退出程序-1. Create a binary tree 2. Output binary tree 4. Bintree three after the first traversal of 5. Delete specific keyword node 0. Exit procedures
  3. 所属分类:Document

    • 发布日期:2017-04-11
    • 文件大小:1013
    • 提供者:张清
  1. LevelVisit

    0下载:
  2. 我们了解二叉树的前序,中序和后序遍历,那么设计一个程序实线二叉树的层次遍历-We understand that the first order binary tree, in sequence and post-order traversal, then design a program of line-level binary tree traversal
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-03
    • 文件大小:10043
    • 提供者:林大嘴
  1. 1

    0下载:
  2. 建立二叉树 中序遍历二叉树算法 计算二叉树的节点-Set up tree traversal in binary tree algorithm binary tree node
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1420
    • 提供者:秋文山
  1. abinarytree

    0下载:
  2. 求二叉树树高,和把由前序和中序构建树,又后序遍历这两步放在同一个递归中完成的两个程序。-Binary tree for tree height, and put by the former sequence and in order to build a tree traversal sequence after another on these two steps completed by the middle of the same two recursive procedures.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:692
    • 提供者: 魏康康
  1. tree

    0下载:
  2. js解析xml文件,涉及到遍历树及节点。 是非常有用的html工具-javascr ipt and xml
  3. 所属分类:xml-soap-webservice

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

    0下载:
  2. 实现二叉树遍历的Visual C++程序,要求输入二叉树的各结点后可以算出其三种遍历,即先序,中序,后序。-Binary Tree Traversal implementation of the Visual C++ procedures for the importation of all tree nodes can be worked out after its three ergodic, that is first order, in sequence, after the seque
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4101
    • 提供者:韩小寒
  1. Binarytree

    0下载:
  2. 二叉数的基本操作源码,包括创建二叉树,先根、中根、后根遍历二叉树等等操作。-Binary source code a few basic operations, including the creation of binary tree, the first root, root, root binary tree traversal operation and so on.
  3. 所属分类:Windows Develop

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

    0下载:
  2. 二叉树的创建,中序,先序,后序,层次遍历-Binary tree creation, in sequence, first sequence, the latter sequence, the level of ergodic
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:649059
    • 提供者:wl
  1. tree

    0下载:
  2. Windows操作系统下用C语言实现的树的一些算法,遍历、统计、连接等。-Windows operating system using C language implementation of a number of tree algorithms, traversal, statistics, connections and so on.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:10941
    • 提供者:Xingzhi
  1. XMLReadWrite

    0下载:
  2. 一个对简单的XML文件进行的程序,里面包含了对文件的读写和多叉树递归遍历。-A simple XML file for the procedure, which contains the document to read and write and many Recursive quadtree traversal.
  3. 所属分类:File Operate

    • 发布日期:2017-04-29
    • 文件大小:140028
    • 提供者:小童
  1. SimpleBinaryTreeExample

    0下载:
  2. 创建二叉树,添加元素,删除元素 ,遍历这棵树 ,重设树的大小,增加和消减, -Simple Binary Tree Example。
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-09
    • 文件大小:1893597
    • 提供者:nbbnmm
  1. twotree

    0下载:
  2. 二叉树的基本操作,包括建树,查询,遍历等。-Binary Tree' s basic operations, including contribution, query, traversal and so on.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1534
    • 提供者:河海
  1. Binarytreeforthewidth

    0下载:
  2. 求二叉树中的宽度 二叉树中具有结点数最多的那一层结点总数即是二叉树的宽度。可以采用分层遍历的方法求出所有结点的-Binary tree for the width of tree nodes with the largest total number of nodes that a layer that is the width of tree. Layered traversal can be used to derive all the way to node
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:902
    • 提供者:宋晋
  1. TreeTraversal

    0下载:
  2. 已知二叉树的先序、中序遍历的结果,构造出该二叉树,并用非递归的后序遍历算法遍历该二叉树-Sequence of the first known binary tree, traversal of the results of the binary tree structure, and after the use of non-recursive traversal of the binary tree traversal algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-04-24
    • 文件大小:257901
    • 提供者:浩峰
« 1 2 ... 38 39 40 41 42 4344 45 46 47 48 49 50 »
搜珍网 www.dssz.com