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

    0下载:
  2. 是我的课设,用孩子兄弟树实现的,我不会用mfc,但是健壮性很好,用了很多递归
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:69.05kb
    • 提供者:赵子玥
  1. include.rar

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

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

    1下载:
  2. 最近公共祖先的家谱树 1. 正确构造了家谱树,实现了简单的查询:如查找祖先,查找家长,查找孩子, 查找兄弟,查找配偶,遍历所有家族成员等等。 2. 正确实现了插入,删除,结婚等操作。 3. 实现了一些复杂的查询,如:查找某人的所有子孙,查找某人的兄弟姐妹,部 分实现了给出两人,查询称呼的功能。(但对于过分复杂的关系暂时还不能实现。) 新增功能 1. 正确实现了不相交集合类(disjointSet.h)。 2. 正确利用并查集实现了LCA(Least Common
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:11.32kb
    • 提供者:马嘉元
  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
    • 文件大小:1.81mb
    • 提供者:lexico
  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. java实现的孩子兄弟链表表示的树的数据结构。-java implementation of child brother chain represents a tree data structure.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:5.79kb
    • 提供者:陈陈
  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. 5110309718_5_8

    0下载:
  2. 二叉树孩子兄弟链表存储,实现前中后序遍历-traverse binary tree in pre、mid、post order
  3. 所属分类:CSharp

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

    0下载:
  2. 算法与数据结构中的二叉树,孩子-兄弟存储的树,二叉线索树,最优二叉树,哈夫曼树等)。-Algorithm and data structure tree, children- brothers storage tree, binary tree trail, optimal binary tree, Huffman trees, etc.).
  3. 所属分类:Console

    • 发布日期:2017-04-24
    • 文件大小:21.96kb
    • 提供者:郭悠悠
  1. 1

    0下载:
  2. 假设树上每个结点所含的数据元素为一个字母,并且以孩子-兄弟链表为树的存储结构,试写一个按凹入表方式打印一棵树的算法-Assuming the data elements contained in each node of the tree is a letter, and with children- brothers list is stored in the structure of the tree, try to write a print statement by way of a t
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:3.97mb
    • 提供者:Yoalnda
  1. 数据结构上机题

    0下载:
  2. 数据结构中的成绩管理课程设计。。。。。。。。。(The course design of performance management in data structure)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-09
    • 文件大小:3kb
    • 提供者:eeeeeeeeee
  1. 1214_traverse

    7下载:
  2. Descr iption 给出一棵孩子兄弟表示法下的树的结构以及各个结点的权值,要求按先序、后序、层次遍历二叉树并输出各个结点的权值。(Descr iption This paper gives the structure of a child's brother representation and the weight of each node, and asks for traversing the two fork tree according to the preorder, po
  3. 所属分类:Windows编程

    • 发布日期:2018-04-30
    • 文件大小:756kb
    • 提供者:moven
  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
« 12 »
搜珍网 www.dssz.com