搜索资源列表
CSkyRainReg
- 《数据结构》中二叉树的常用算法的练习。包括排序、兄弟-孩子链表的建立,查找等。-"data structure," the binary tree algorithm commonly used in practice. Includes sorting, brother-child Chain establishment, such as search.
20043048
- 动态演示各种数据结构的定义和操作: 实现过程: 建立一棵二叉树,并在所建立的二叉树中可在任意结点位置插入其左右孩子。 画出你所建的这棵二叉树,并能动态反映你所插结点的过程(具有可视化,彩色,美观的效果) 能查找任一结点的左右孩子 能查找任一结点的左右邻兄弟 能查找任一结点的父亲 能删除任一结点 能对树进行各种遍历
include.rar
- 1. 输入字符序列,建立二叉链表。 2. 中序遍历二叉树:递归算法。 3. 中序遍历二叉树:非递归算法。 4. 求二叉树的高度。 5. 球二叉树的叶子个数。 6. 将二叉链表视为森林的孩子兄弟链表,计算森林中叶子个数。 7. 建立中序线索二叉树,并实现中序遍历。 8. 借助队列实现线索二叉树的层次遍历。 ,tree
BiTreeNode3
- 实现二叉树左孩子,右兄弟的编码方法,输入节点名称和左右编号,即可给出二叉树。-Children left to achieve binary tree, right brothers coding method, enter the node name and number around, you can give tree.
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
- 孩子兄弟表示法树工程,含前序、后序、层序遍历成员函数-Children brothers notation tree works, including former sequence after sequence, sequence traversal member functions
Tree-and-Forest
- 树的左孩子右兄弟实现。还有森林的实现。实现了查找、删除、遍历、求深度和高度等算法。-Left child right sibling tree implementation. And forests implementation. Achieve a search, delete, iterate, seeking depth and height algorithms.
树_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