搜索资源列表
CSkyRainReg
- 《数据结构》中二叉树的常用算法的练习。包括排序、兄弟-孩子链表的建立,查找等。-"data structure," the binary tree algorithm commonly used in practice. Includes sorting, brother-child Chain establishment, such as search.
familysystem
- 是我的课设,用孩子兄弟树实现的,我不会用mfc,但是健壮性很好,用了很多递归
include.rar
- 1. 输入字符序列,建立二叉链表。 2. 中序遍历二叉树:递归算法。 3. 中序遍历二叉树:非递归算法。 4. 求二叉树的高度。 5. 球二叉树的叶子个数。 6. 将二叉链表视为森林的孩子兄弟链表,计算森林中叶子个数。 7. 建立中序线索二叉树,并实现中序遍历。 8. 借助队列实现线索二叉树的层次遍历。 ,tree
FamilyTree
- 最近公共祖先的家谱树 1. 正确构造了家谱树,实现了简单的查询:如查找祖先,查找家长,查找孩子, 查找兄弟,查找配偶,遍历所有家族成员等等。 2. 正确实现了插入,删除,结婚等操作。 3. 实现了一些复杂的查询,如:查找某人的所有子孙,查找某人的兄弟姐妹,部 分实现了给出两人,查询称呼的功能。(但对于过分复杂的关系暂时还不能实现。) 新增功能 1. 正确实现了不相交集合类(disjointSet.h)。 2. 正确利用并查集实现了LCA(Least Common
tree
- 二叉树的实现 孩子兄弟节点法完成二叉树的各种遍历操作 课程设计-Binary tree node method to achieve complete binary brothers kids of various traversal operation of curriculum design
explore
- 利用孩子兄弟二叉树法,建立资源管理器,包含创建插入删除销毁-Brothers binary tree using children, the establishment of Explorer, including the destruction to create insert delete
tree
- 树的建立与基本操作,有树的创建,输入数据为广义表方式,采用孩子兄弟法进行存储-tree operation, create, output, and so on.
jianshu2
- 基于C语言的数据结构算法,键树的查找与排序(孩子兄弟法)-C-based data structure algorithms, search and sort key tree (brother children method)
haizixiongdi
- 输出孩子兄弟树T中的各边,形式是以a->b的模式依次输出的-Each side of the output children brothers linked list tree
Child_Sibling-Tree
- 孩子兄弟树编码 在C++环境下编码,简短精悍的小程序-child_slibling tree :codes in C++
Company()
- 本工程使用孩子兄弟树算法实现对公司的各个部门进行存储和使用凹入方式显示。对初学数据结构的同学很有帮助。-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.
traver
- 编写算法完成下列操作:无重复地输出以孩子兄弟链表存储的树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 (
Tree
- java实现的孩子兄弟链表表示的树的数据结构。-java implementation of child brother chain represents a tree data structure.
tree
- 孩子兄弟表示法树工程,含前序、后序、层序遍历成员函数-Children brothers notation tree works, including former sequence after sequence, sequence traversal member functions
5110309718_5_8
- 二叉树孩子兄弟链表存储,实现前中后序遍历-traverse binary tree in pre、mid、post order
tree
- 算法与数据结构中的二叉树,孩子-兄弟存储的树,二叉线索树,最优二叉树,哈夫曼树等)。-Algorithm and data structure tree, children- brothers storage tree, binary tree trail, optimal binary tree, Huffman trees, etc.).
1
- 假设树上每个结点所含的数据元素为一个字母,并且以孩子-兄弟链表为树的存储结构,试写一个按凹入表方式打印一棵树的算法-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
数据结构上机题
- 数据结构中的成绩管理课程设计。。。。。。。。。(The course design of performance management in data structure)
1214_traverse
- 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
树_17281183_刘梦婷
- 建立树的孩子兄弟链表存储结构,求树的深度。 要求: 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