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

搜索资源列表

  1. erchashu

    1下载:
  2. 树型结构是一类重要的非线性数据结构,而二叉树是最为重要,最为常用的类型。树结构在客观世界中广泛存在,如人类社会的族谱和各种社会组织机构都可以用树来形象表示。树在计算机领域中也得到广泛应用,如在编译程序中,可用树来表示源程序的语法结构。而即使是一般的树都能简单地转化为二叉树,因此二叉树显得特别重要。 该软件主要是利用完全二叉树的性质建立一棵二叉树,然后运用二叉链表与栈对二叉树进行复合操作,并实现各种功能。具体包括建立二叉树、遍历二叉树、求二叉树的深度、求二叉树的叶子结点。其中遍历二叉树包含三种
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:2875
    • 提供者:彭枝考
  1. erchashu

    0下载:
  2. 演示遍历二叉树的过程,所以首先建立二叉树,并用图形显示出树的形状。建立的过程是采用前序便利的方法来创建,设计两种生成树的方式:一种是系统随机生成,另一种是人工输入。考虑到屏幕界面的有限性,限定二叉树不超过5层,最多26个字符,输入字符小数点“.”代表NULL。初始树为某种颜色的结点,三种情况的遍历采用填充另外一种醒目的颜色,来表示当前遍历的结点,同时显示该结点的访问序号。同时在遍历的过程中在遍历图形的下方显示出遍历序列。
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:2357
    • 提供者:溪传友
  1. graph

    0下载:
  2. 树的遍历,里面是dfs,以及他的creat-tree s int creat and dfs
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:72561
    • 提供者:刁帅
  1. include

    0下载:
  2. c 语言实现二叉树的遍历,插入,删除等 数据结构实验-c language to achieve binary tree traversal, insert, delete, etc. experimental data structure
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-15
    • 文件大小:6683
    • 提供者:李金玲
  1. binary-tree-traversal

    0下载:
  2. 二叉树的遍历 数据结构c/c++ 描述 开发环境为VS2013-Data structure c/c++ binary tree traversal
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:457340
    • 提供者:王刚
  1. ConsoleApplication1

    0下载:
  2. 二叉树的遍历有三种方式,分别是:先(根)序遍历算法,中(根)序遍历算法,后(根)序遍历算法。此算法就是随便输入几个数字,然后以先序、中序、后序三种方式输出。-Binary tree traversal There are three ways, namely: the first (root) preorder algorithm, the (root) preorder algorithm, after the (root) preorder algorithm. This algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:24768
    • 提供者:
  1. JavaScript--and-html

    0下载:
  2. 用html和javascr ipt实现的二插树的遍历,包括前序遍历,中序遍历,后序遍历,按层遍历-The realization of the binary tree traversal, including the preorder traversal, inorder traversal ,postorder traversal, and breadth-first traversal.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2390
    • 提供者:125
  1. createtree

    0下载:
  2. 建立二叉树,完成对二叉树的遍历,同时找出叶子节点-The establishment of binary tree, the completion of the traversal of the binary tree, while identifying leaf nodes
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:751
    • 提供者:徐远东
  1. 8.2

    0下载:
  2. 利用二叉树层次遍历求二叉树的宽度(二叉树的宽度即二叉树同层结点数的最大值)(Judge the width of the two fork tree)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-25
    • 文件大小:2127872
    • 提供者:lyj
  1. splay tree

    0下载:
  2. 伸展树的基本操作 包括插入、查找、删除、遍历(The basic operation of the stretching tree Including insert, find, delete, traverse)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:21504
    • 提供者:ifan帆
  1. 9月24日dom和事件代码

    0下载:
  2. 二叉树的遍历,二叉树的查找以及树的定义。字数字数字数(binary tree traversal traversal of binary tree)
  3. 所属分类:其他

  1. 二叉树

    0下载:
  2. 二叉树的前、中、后、层次遍历的递归算法。其中包括构造二叉树链式存储的算法。(A recursive algorithm of traversing the front, middle, post and level of two forked trees. It includes the algorithm to construct two forked tree chain storage.)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:VINCERXC
  1. 1160300803_樊静_实验二

    0下载:
  2. 森林和树的基本操作 ,森林的存储,森林转化成二叉树,二叉树的先序中序后序非递归遍历,以及区间编码(The basic operations of forests and trees, the storage of forests, the conversion of forests into two forked trees, the preorder and the post order of the two forked trees, and the interval encoding,
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:233472
    • 提供者:hit樊静
  1. searchBinTree

    0下载:
  2. 在计算机科学中,二叉树是每个节点最多有两个子树的树结构。通常子树被称作“左子树”(left subtree)和“右子树”(right subtree)。二叉树常被用于实现二叉查找树和二叉堆。二叉树的思想、深度、高度以及二叉树的遍历都深深影响着计算机科学的发展。 这次要利用二叉树去实现读入一个文件的单词,然后建立一棵二叉搜索树,然后输出二叉搜索树的高度、叶子树等信息,以及实现其中序遍历。利用二叉搜索树,能将大量单词很快地排好序,性能很高。(In computer science, a two tr
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:奥谢特
  1. TLRandLTR1

    0下载:
  2. 数据结构学习过程中二叉树的遍历的程序,前序中序。(three different array through the analysis of getting three different array from the same tree using three different algorithm: preorder traversal, inorder traversal and postorder traversal.)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:14336
    • 提供者:lengxc
  1. 先序遍历二叉树

    0下载:
  2. 先序遍历算法,可以再特定情况下实现一种遍历顺序,达到想要的要求(The first order time calendar calculation method)
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:MADING
  1. 二叉树

    0下载:
  2. 实现二叉树的建立, 并能够中序遍历二叉树,查询二叉树的深度(The establishment of binary tree can be realized, and the binary tree can be traversed in order, and the depth of binary tree can be queried.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:***完美
  1. trees

    0下载:
  2. 这是一个遍历二叉树的python代码,有兴趣的朋友可以下载来看看(This is the python source code used to describe trees. It can be combined with your actual needs.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:chentrer
  1. Project1-2

    0下载:
  2. 利用递归算法实现二叉树的生成,求深度,求叶子数,中序遍历和后序遍历(Recursive algorithm is used to generate two binary tree, find depth, find leaf number, sequential traversal and post traversal.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:1157120
    • 提供者:Ico123
  1. tree

    0下载:
  2. 用程序演示二叉树的存储结构的建立方法和遍历过程。(The program demonstrates the establishment of a binary tree's storage structure and the traversal process.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:唯唯王
« 1 2 3 4 5 67 8 9 10 11 ... 30 »
搜珍网 www.dssz.com