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

搜索资源列表

  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. 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. kmp

    0下载:
  2. 由遍历序列回复二叉树文档介绍 还不错 可以-Reply binary tree traversal sequence document presentation also can look at
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:842
    • 提供者:郑璐
  1. 10060324

    1下载:
  2. 二叉树主要完成以下功能: 1. 建立二叉树 2. 计算结点所在的层次 3.统计结点数量(size)和叶结点数量 4.计算二叉树的高度 5.计算结点的度 6.找结点的双亲(Parent)和子女 7.二叉树的遍历 8.二叉树的输出-Main binary tree complete the following features: 1. The establishment of a binary tree. Calculate the junction point w
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:550872
    • 提供者:曹小保
  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. 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. Binary-tree

    0下载:
  2. 课程设计数据结构二叉树的遍历的C++语言的实现方法-Binary tree data structure traversal method
  3. 所属分类:Communication

    • 发布日期:2017-11-27
    • 文件大小:1097
    • 提供者:ma
  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. binary-tree-traversal

    0下载:
  2. 程序功能:遍历二叉树,线索化二叉树,遍历线索化二叉树,二叉树去线索化-The program features: binary tree traversal, threaded binary tree traversal threaded binary tree, binary tree to clues
  3. 所属分类:Project Design

    • 发布日期:2017-11-23
    • 文件大小:58986
    • 提供者:ljy
  1. binary

    0下载:
  2. 二叉树的基本操作,遍历,交换左右子树等功能-The basic binary operation
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:4693009
    • 提供者:孙福贵
  1. 7.Binary-Search-Tree

    0下载:
  2. 二叉树收索,包括二叉树的遍历,收索,增加,删除等功能-Close binary search
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:20658
    • 提供者:孙洪鑫
« 1 23 »
搜珍网 www.dssz.com