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

搜索资源列表

  1. erchashu

    0下载:
  2. 设计目标(问题描述) 用户以二叉树前序的方式输入二叉树的所有结点,进行树的建立,并进行该二叉和树的前、中、后、层序遍历; 功能设计要求 1.要求用户可以任意多次任意输入二叉树; 2.每次使用后释放其空间; 3. 树的显示严格、准确、易懂。
  3. 所属分类:其它

    • 发布日期:2014-01-17
    • 文件大小:27.5kb
    • 提供者:gaoliang
  1. ArrayTree

    0下载:
  2. 1. 用一个一维数组保存二叉树结点。 2. 实现二叉树节点的返回左孩子,返回右孩子,添加结点 3. 层序遍历二叉树。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:fangxuerong
  1. 建立二叉树

    1下载:
  2. 同济大学课程设计中的一道题! 要求能够输入树的各个结点,并能够输出用不同方法遍历的遍历序列;分别建立建立二叉树存储结构的的输入函数、输出层序遍历序列的函数、输出先序遍历序列的函数.-Tongji University in curriculum design, the one that! Tree request to enter the various nodes, and can output using different methods traverse the traversal se
  3. 所属分类:对话框与窗口

    • 发布日期:2008-10-13
    • 文件大小:918byte
    • 提供者:向蚱蜢
  1. main

    0下载:
  2. 假设自上而下按层次,自左至右输入每个结点的一个三元组(N, P, L/R)。其中N为本结点的元素,P为其父结点,L指示N为P 的左孩子,R指示N为P的右孩子。试写一个建立二元树在内存的双链表示算法,并实现先根、中根、后根以及层序遍历算法。-Assuming top-down by level, each node from left to right input a triple (N, P, L/R). Where the elements of N-based nodes, P is the
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:1.2kb
    • 提供者:张晓敏
  1. erchashu1

    0下载:
  2. 建造二叉树、二叉树的前序、中序、后序、层序遍历-The construction of binary tree, binary tree of the former order, in sequence, after the sequence, sequence traversal
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:6.85kb
    • 提供者:chen
  1. BinaryTree

    0下载:
  2. 二叉树的创建以及先序、中序、后序和层序遍历-welcome
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:316.79kb
    • 提供者:guoyunliang
  1. treestructuretraversalsequences

    0下载:
  2. 数据结构中的树形结构的层序遍历,仅仅是是对树的创建,销毁,遍历,插入等常规操作的c源代码-Data structure in the tree structure traversal sequences, only yes yes right tree creation, destruction, traversal, insertion and other conventional operations c source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-02
    • 文件大小:1.75kb
    • 提供者:levon xu
  1. 2

    1下载:
  2. 根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。 二叉树的基本功能: 1、二叉树的建立 2、前序遍历二叉树 3、中序遍历二叉树 4、后序遍历二叉树 5、按层序遍历二叉树 6、求二叉树的深度 7、求指定结点到根的路径 8、二叉树的销毁 9、其他:自定义操作-According to a binary tree definition of abstract data types, use two forks to achieve a binary
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:920.47kb
    • 提供者:殷琪
  1. ProBinaryTree

    0下载:
  2. 主要实现二叉树的建立,前序,中序,后序,和层序遍历,及实现前序,中序,后序,和层序输出-Main achieved the establishment of a binary tree, the former sequence, the sequence, after the sequence, and sequence traversal, and the realization of pre-order, middle order, post order, and the output se
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:566kb
    • 提供者:小宝
  1. BiTreeAll

    1下载:
  2. 使用二叉链表实现二叉树的基本功能: 1、二叉树的建立 2、前序遍历二叉树 3、中序遍历二叉树 4、后序遍历二叉树 5、按层序遍历二叉树 6、求二叉树的深度 7、求指定结点到根的路径 8、二叉树的销毁 -Use two forks linked to achieve the basic functions of a binary tree: 1, the establishment of two binary tree, preorder traversal b
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:509.88kb
    • 提供者:dxeicho
  1. Huffman

    0下载:
  2. 数据结构 c语言/c++ 哈夫曼树先序中序遍历得到后序层序遍历-Data structures c Language/c++ Huffman tree in preorder traversal is the order traversal
  3. 所属分类:Other windows programs

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

    0下载:
  2. 先序扩展序列建立二叉树,二叉树的先序,中序,后序遍历的递归与非递归算法,层序遍历,以及求树的深度.-First order expansion preorder, inorder, postorder traversal sequence to establish binary tree, binary tree recursive and non-recursive algorithm, the depth of the layer preorder traversal, as well as
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1.51kb
    • 提供者:
  1. yy

    0下载:
  2. 实现二叉树中所有节点左右子树的交换,有前序遍历、中序遍历、后序遍历以及层序遍历-About all the nodes in a binary tree subtree exchange, there are pre-order traversal, preorder, and postorder traversal sequence
  3. 所属分类:Other systems

    • 发布日期:2017-12-02
    • 文件大小:1.57kb
    • 提供者:叶大宝
  1. Homework_BiTree

    0下载:
  2. 二叉树的建立、遍历输出,包括先根遍历、中根遍历、后根遍历、层序遍历-The establishment of a binary tree, traversal outputs, including the first root traversal, traverse the root, dorsal root traversal, preorder layer
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:1.59kb
    • 提供者:ljh
  1. QBiTree

    0下载:
  2. 利用非递归的方法实现数据结构中的层序遍历-The method of using non-recursive data structure traversal sequence
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:173.79kb
    • 提供者:
  1. BinaryTree

    0下载:
  2. 使用VS2010编程,二叉树的前序、中序、后序、层序遍历,*面。-Using VS2010 programming, binary tree sequence, sequence after sequence, sequence traversal, no interface.
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:676.66kb
    • 提供者:田忠峰
  1. Dome

    2下载:
  2. 1.采用链式结构实现任意多项式的存储,求两个多项式的和。 2.假设自上而下按层次,自左至右输入每个结点的一个三元组(D, P, L/R)。其中D为本结点的元素,P为其父结点,L指示D为P 的左孩子,R指示D为P的右孩子。试写一个建立二叉树在内存的双链表示算法,并实现先根、中根、后根以及层序遍历算法。 3.采用邻接矩阵实现有向网的存储,建立有向网,并实现单源最短路径算法。-1 using an arbitrary polynomial chain structure of storag
  3. 所属分类:Windows编程

    • 发布日期:2013-10-27
    • 文件大小:7.18kb
    • 提供者:白杨
  1. main22

    0下载:
  2. 二元树在内存的双链表示算法,并实现先根、中根、后根以及层序遍历算法。-Binary tree in memory of the double-stranded representation algorithm and achieve first root, the root, root, and layer after traversal algorithms.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.2kb
    • 提供者:yq
  1. Tree

    0下载:
  2. 二叉树的创建,二叉树的先序、中序、后序和层序遍历,树叶的统计,层数的统计-The creation of a binary tree, binary tree first order, in sequence, after the traversal and layers, leaves statistics, statistical layers
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1.06kb
    • 提供者:骆天宇
  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
    • 文件大小:1kb
    • 提供者:SuperLoser
« 12 3 »
搜珍网 www.dssz.com