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

搜索资源列表

  1. erchashubianli

    0下载:
  2. 二叉树遍历问题是重要的问题。程序的实现简单而方便。-erchashu
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:17231
    • 提供者:彭林
  1. binarytree

    0下载:
  2. 已知二叉树的任意两种遍历序列,可以得到树的第三种遍历序列。如已知先序和后序序列,输出中序序列。-Known binary tree traversal of any two sequences, can be the third tree traversal sequence. If known after the first sequence and the sequence sequence sequence sequence output.
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:62534
    • 提供者:林伟伟
  1. tree

    0下载:
  2. 二叉树的创建、递归遍历算法及其它基本操作的实现-The creation of a binary tree, recursive traversal algorithm and the realization of other basic operations
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:4665
    • 提供者:房春英
  1. BiTree

    0下载:
  2. 输入一个字符串,并建成一棵二叉树,满足左子树的字符都要小于根结点的字符,右字树的字符都要大于根结点的字符,每个结点值有字符和字符的出现次数,并用三种遍历方法打印,比较是否与自己想象的相一致。再求树的深度、叶子结点数、最大结点值。-Enter a string, and the completion of a binary tree, to meet the characters in the left subtree must be less than the root node of the
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:4059
    • 提供者:fanfausun
  1. cengcibianlierchashu

    0下载:
  2. C语言版的数据结构,利用层次遍历二叉树算法实现C语言的编程-C language version of the data structure, binary tree traversal algorithms using level C programming language
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1311
    • 提供者:李飞跃
  1. Depth-firsttraversalalgorithmforbinarytree

    0下载:
  2. 用c语言编程实现二叉树的深度算法遍历二叉树-Binary tree with c language programming to realize the depth of binary tree traversal algorithm
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:779
    • 提供者:翟志伟
  1. erchashu

    0下载:
  2. 二叉树的构建掌握基于先序遍历构造二叉链表的算法-Construction of binary tree
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:2664
    • 提供者:xiaoG
  1. graph-theory-and-program-designe

    0下载:
  2. 详细的介绍了图论的各种概念如:分叉树,最短路径,遍历等以及相应的程序设计-A detailed descr iption of the various concepts of graph theory such as: the bifurcation tree, shortest path, traverse, and the corresponding program design
  3. 所属分类:software engineering

    • 发布日期:2017-05-19
    • 文件大小:5269471
    • 提供者:sun cong
  1. erchashu-

    0下载:
  2. C语言实现二叉树的创建 及先序、后序、层序遍历,输出树的深度,每一层节点个数,叶子总数-Creation and the first sequence of binary tree in C language, the order of the sequence traversal, output the depth of the tree, each layer the number of nodes, leaves the total number of
  3. 所属分类:software engineering

    • 发布日期:2017-04-23
    • 文件大小:17656
    • 提供者:陈天
  1. twotree

    0下载:
  2. 二叉树的非递归中序遍历+C代码 二叉树的非递归中序遍历+C代码 -two tree+C
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:3813
    • 提供者:soulinmau
  1. birary-treea-and-integer

    0下载:
  2. 这是我的一个笔试题,是把整数放到二叉树中的一个题发上来给大家看看(采用中序遍历)。希望对大家找工作有帮助-This is a pen test, is the integer into a binary tree in a title made up for everyone to see (in preorder traversal). People looking for work
  3. 所属分类:software engineering

    • 发布日期:2017-11-03
    • 文件大小:14507
    • 提供者:邢书语
  1. bitree

    0下载:
  2. 构造一棵二叉树、释放二叉链表中各结点的存储空间、获取指向二叉树根结点的指针、前序遍历二叉树、中序遍历二叉树、后序遍历二叉树等的编程-Construct a binary tree, the release of storage space for each node in the binary list, access points to the binary tree root pointer, before traversing Binary inorder binary tree trav
  3. 所属分类:Communication

    • 发布日期:2017-11-17
    • 文件大小:1184
    • 提供者:宿琦
  1. Tree

    0下载:
  2. 二叉树的相关功能,如遍历,求深度宽度繁茂度等-Functions of Binary Trees
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:2012782
    • 提供者:
  1. 5

    0下载:
  2. 二叉树的三种遍历,求深度、叶子,按层次遍历,-Binary tree traversal, and depth leaves hierarchy traversal
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:1515
    • 提供者:wowo雪
  1. duijiaojuzhen

    0下载:
  2. 实现任意对角对称矩阵的压缩存储,可以便于树与图的存储,遍历等操作。-Any symmetric matrix diagonal compression and storage, easy tree storage traversal and other operations.
  3. 所属分类:software engineering

    • 发布日期:2017-12-05
    • 文件大小:1197
    • 提供者:木子
  1. classical-algorithm-VCPP

    0下载:
  2. 常用的算法经典代码,包括快速排序,冒泡排序等各种排序方法,还有二叉树的前序、中序和后序遍历等-The classic algorithm code, including quick sort and bubble sort sorting methods, as well as the preamble of the binary tree, inorder and postorder traversal, etc.
  3. 所属分类:File Formats

    • 发布日期:2017-12-10
    • 文件大小:15500
    • 提供者:张双喜
  1. makingtree

    0下载:
  2. 学习树的创建与遍历,在实践中领悟树的奇妙。-learning to make tree and learn how to browse
  3. 所属分类:File Formats

    • 发布日期:2017-12-09
    • 文件大小:1043
    • 提供者:manaleelee
  1. Binary-Tree

    0下载:
  2. 对二叉树进行操作,包括二叉树的创建和对二叉树进行深度和广度优先遍历-Operations, including the creation of a binary tree, and the depth and breadth-first traversal of a binary tree on binary tree
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:1766
    • 提供者:莫失
  1. Cpp1

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:File Formats

    • 发布日期:2017-11-27
    • 文件大小:665
    • 提供者:Grape
  1. erchashu

    0下载:
  2. 非递归中序遍历二叉树:要求从键盘输入二叉树各结点的值,并使用二叉链表来存储二叉树;使用非递归算法遍历二叉树,在屏幕上打印出二叉树中序遍历序列。-Non-recursive traversal of binary tree: the input binary tree node value from the keyboard and use the binary tree to store binary tree non-recursive algorithm for binary tree t
  3. 所属分类:File Formats

    • 发布日期:2017-12-07
    • 文件大小:669
    • 提供者:Grape
« 1 23 »
搜珍网 www.dssz.com