CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 孩子兄弟树

搜索资源列表

  1. CSkyRainReg

    0下载:
  2. 《数据结构》中二叉树的常用算法的练习。包括排序、兄弟-孩子链表的建立,查找等。-"data structure," the binary tree algorithm commonly used in practice. Includes sorting, brother-child Chain establishment, such as search.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:30.29kb
    • 提供者:zxp
  1. 20043048

    0下载:
  2. 动态演示各种数据结构的定义和操作: 实现过程: 建立一棵二叉树,并在所建立的二叉树中可在任意结点位置插入其左右孩子。 画出你所建的这棵二叉树,并能动态反映你所插结点的过程(具有可视化,彩色,美观的效果) 能查找任一结点的左右孩子 能查找任一结点的左右邻兄弟 能查找任一结点的父亲 能删除任一结点 能对树进行各种遍历
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13.1kb
    • 提供者:许磊
  1. include.rar

    1下载:
  2. 1. 输入字符序列,建立二叉链表。 2. 中序遍历二叉树:递归算法。 3. 中序遍历二叉树:非递归算法。 4. 求二叉树的高度。 5. 球二叉树的叶子个数。 6. 将二叉链表视为森林的孩子兄弟链表,计算森林中叶子个数。 7. 建立中序线索二叉树,并实现中序遍历。 8. 借助队列实现线索二叉树的层次遍历。 ,tree
  3. 所属分类:数据结构常用算法

    • 发布日期:2013-03-26
    • 文件大小:8.63kb
    • 提供者:李惠
  1. BiTreeNode3

    0下载:
  2. 实现二叉树左孩子,右兄弟的编码方法,输入节点名称和左右编号,即可给出二叉树。-Children left to achieve binary tree, right brothers coding method, enter the node name and number around, you can give tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:229.09kb
    • 提供者:李嘉
  1. explore

    0下载:
  2. 利用孩子兄弟二叉树法,建立资源管理器,包含创建插入删除销毁-Brothers binary tree using children, the establishment of Explorer, including the destruction to create insert delete
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1.82kb
    • 提供者:
  1. tree

    1下载:
  2. 树的建立与基本操作,有树的创建,输入数据为广义表方式,采用孩子兄弟法进行存储-tree operation, create, output, and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2.17kb
    • 提供者:joy
  1. jianshu2

    0下载:
  2. 基于C语言的数据结构算法,键树的查找与排序(孩子兄弟法)-C-based data structure algorithms, search and sort key tree (brother children method)
  3. 所属分类:Data structs

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

    0下载:
  2. 输出孩子兄弟树T中的各边,形式是以a->b的模式依次输出的-Each side of the output children brothers linked list tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:692.3kb
    • 提供者:Davy Lee
  1. Child_Sibling-Tree

    0下载:
  2. 孩子兄弟树编码 在C++环境下编码,简短精悍的小程序-child_slibling tree :codes in C++
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:554.08kb
    • 提供者:方期待
  1. Company()

    0下载:
  2. 本工程使用孩子兄弟树算法实现对公司的各个部门进行存储和使用凹入方式显示。对初学数据结构的同学很有帮助。-This project uses a child Brothers Tree Algorithm to achieve the various departments of the company' s storage and use of recessed display. Helpful for novice students of data structures.
  3. 所属分类:Data structs

    • 发布日期:2017-05-22
    • 文件大小:5.99mb
    • 提供者:aibi
  1. traver

    0下载:
  2. 编写算法完成下列操作:无重复地输出以孩子兄弟链表存储的树T中所有的边(这里的边是指树T本身的分支,而不是孩子兄弟链表所形成的二叉树的分支)。输出的形式为(k1, k2), ..., (ki, kj), ..., 其中,ki和kj为树结点中的结点标识。-Write an algorithm to do the following: no repeat output to all sides in children the brothers linked list storage tree T (
  3. 所属分类:Data structs

    • 发布日期:2017-11-01
    • 文件大小:8.46kb
    • 提供者:mfz
  1. tree

    0下载:
  2. 孩子兄弟表示法树工程,含前序、后序、层序遍历成员函数-Children brothers notation tree works, including former sequence after sequence, sequence traversal member functions
  3. 所属分类:Data structs

    • 发布日期:2017-12-09
    • 文件大小:4.13kb
    • 提供者:腻腻
  1. Tree-and-Forest

    0下载:
  2. 树的左孩子右兄弟实现。还有森林的实现。实现了查找、删除、遍历、求深度和高度等算法。-Left child right sibling tree implementation. And forests implementation. Achieve a search, delete, iterate, seeking depth and height algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5.19kb
    • 提供者:马学威
  1. 树_17281183_刘梦婷

    1下载:
  2. 建立树的孩子兄弟链表存储结构,求树的深度。 要求: 1)自上而下输入树中每条边(例如#A,AB,AC,BD,##),不要转换成二叉树输入。 2)按树中由根至叶子结点层次遍历顺序(每层中自左至右输入),输入结点序列及每个结点的度,构造孩子兄弟链表。(Establish the storage structure of the tree's child and brother list, and find the depth of the tree. Requirement: 1) Inp
  3. 所属分类:数据结构

    • 发布日期:2020-05-07
    • 文件大小:1.46mb
    • 提供者:lmt19990807
搜珍网 www.dssz.com