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

搜索资源列表

  1. BiTree

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

    • 发布日期:2017-04-10
    • 文件大小:1021
    • 提供者:哈哈哈
  1. traverse_of_tree

    0下载:
  2. 树的三种遍历,先根输入,三种输出,简单好用!-Three kinds of tree traversal, first the root input, three output, easy to use!
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:21083
    • 提供者:董玉玺
  1. djioa

    0下载:
  2. 数据结构线索二叉树,线索二叉树的建立,遍历-A binary tree data structure clues, clues to the establishment of a binary tree, traversal
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:604
    • 提供者:红胜
  1. tree

    0下载:
  2. 二叉树的实现 孩子兄弟节点法完成二叉树的各种遍历操作 课程设计-Binary tree node method to achieve complete binary brothers kids of various traversal operation of curriculum design
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-08
    • 文件大小:1902847
    • 提供者:lexico
  1. BinarySearchTree

    0下载:
  2. 关于二叉树的11种操作,包括二叉树的创建,检验是否为空,求二叉树的深度,二叉树的查找,前序遍历,后序遍历,按层遍历-it is about 11 kinds of binary search tree,including creating,the depth of the tree,postorder,preorder,level of order....
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:2158
    • 提供者:superbank
  1. shiyan_5

    0下载:
  2. 关于二叉树的前序遍历,中序遍历,后序遍历,层次遍历的程序-With regard to the first order binary tree traversal, inorder traversal, postorder, level traversal of the program
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:1314
    • 提供者:shy
  1. BST

    0下载:
  2. 搜索二叉树的STL实现。包含树的前序、中序、后序遍历。-STL binary tree search implementation.
  3. 所属分类:STL

    • 发布日期:2017-04-07
    • 文件大小:8850
    • 提供者:feb
  1. erchashu

    0下载:
  2. 基于VC的有关数据结构的二叉树的先序和层次遍历算法-VC based on a binary tree data structure of the first order and hierarchy traversal algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:407896
    • 提供者:李湘
  1. Realizationofthreekindsofbinarytreetraversal

    0下载:
  2. 二叉树的三种遍历(先序、中序、后序)算法用递归和非递归算法的实现-The three kinds of binary tree traversal (preorder, inorder, postorder) algorithm with the recursive and non-recursive Algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:2598
    • 提供者:罗仁
  1. BTree_src_vc6

    0下载:
  2. 这是一个VC++根据前序序列和中序序列生成二叉树的程序,并进行遍历。 很不错的参考程序。-This is a VC++ according to pre-order sequences and the sequence binary sequence generation process, and traverse. A very good reference program.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:4678
    • 提供者:zhang
  1. pinghengerchashu

    1下载:
  2. 用二叉链表作存储结构 (1)以回车(‘\n’)为输入结束标志,输入数列L,分别生成一棵二叉排序树T和平衡的二叉排序树BT ; (2)对二叉排序树T作中序遍历,输出结果; (3)输入元素x,查找二叉排序树T:若存在含x的结点,则删除该 结点,并作中序遍历(执行操作2);否则输出相关信息; (4)分别计算T、BT的查找成功的平均查找长度,输出结果; -List for storage with the two fork structures (a) to carriage re
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:450406
    • 提供者:肖胜鹏
  1. binarytree

    0下载:
  2. 这个是关于二元树遍历的各种算法,希望对大家有用-This is about a variety of binary tree traversal algorithm, hope for all of us
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:1908
    • 提供者:张元
  1. Data_Structure_C

    1下载:
  2. 基本数据结构的C实现。包括: (1)线性顺序表 (2)单链表 (3)双向循环链表 (4)顺序栈 (5)链式队列 (6)循环队列 (7)二叉树的先序、中序、后序的递归遍历和非递归遍历。-C-realization of the basic data structure. Include: (1)Sq_List (2)Linked_List (3)Du_linkedlist (4)Sq_Stack (5)Linked_Queue (6)Cycl
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:680387
    • 提供者:马也凡
  1. BiTreeice

    0下载:
  2. 二叉排序树的建立,包括先根遍历,后根遍历和层次遍历几种方式-Binary sort tree establishment, including the first traversal the root, dorsal root traversal traverse several ways and at all levels
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-06
    • 文件大小:1095717
    • 提供者:Alice
  1. vatshow

    0下载:
  2. 这个是用来对付www.vatshow.com上提供的资料的,可以将.vnt的文件转化为.mp3的文件(带歌词)。 WQX网站提供的vnt->wqx的转换程序是在是看不下去了,好歹我也是P4M 2.2的电脑,对付一个7M的文件竟然用了24分钟。 所以,我分析了www.vatshow.com提供的资源,然后写了一个 vnt->wqx的程序,这个是其中vnt->mp3的部分,拿出来和大家分享一下。同时加上了一个tnt->lrc的算法。 算法简单的,vnt用了xor加
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-24
    • 文件大小:53392
    • 提供者:workman
  1. 4643165

    0下载:
  2. 二叉树三种遍历算法的源码,强大的学习工具,一定要看的-Three kinds of binary tree traversal algorithm source code, a powerful learning tool, be sure to look at
  3. 所属分类:Database system

    • 发布日期:2017-04-14
    • 文件大小:3875
    • 提供者:杨家将
  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
    • 文件大小:522117
    • 提供者:dxeicho
  1. bianliconggengdaoyezi

    0下载:
  2. C语言版的数据结构,利用遍历二叉树算法实现C语言的编程,即从根到路子结点的路径。-C language version of the data structure, binary tree traversal algorithm using C programming language, from the root to the path of the path nodes.
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:8057
    • 提供者:李飞跃
  1. tuyouxianbianli

    0下载:
  2. C语言版的数据结构,利用遍历二叉树算法实现C语言的编程,即实现图的深度优先遍历。-C language version of the data structure, binary tree traversal algorithm using C programming language, namely, the achievement graph depth-first traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:10172
    • 提供者:李飞跃
  1. binarytree

    0下载:
  2. 二叉树的基本功能:1.生成一棵以二叉链表存储的二叉树bt (节点树可自定义)2.用递归方法前序、中序、后序遍历bt,并以缩格形式打印bt上各结点的信息3.交换bt上的所有左右子树,并以缩格形式打印出交换前后的bt结点信息-binary trees
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:87391
    • 提供者:lfm
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com