搜索资源列表
Desktop
- 学生成绩管理系统,实现对成绩链表的动态操作:创建,插入,删除等; 航班查询系统,实现查询和浏览的功能; 家族系统,采用树的数据结构组织家族成员关系,实现家族的创建和查询; 停车场管理系统,记录车辆登记和离开信息; 教学设计,采用图的数据结构,优先课程信息; -Student achievement management system, the achievements linked list of dynamic operation: create, insert, dele
1
- 二叉树的基本操作(1)在二叉链表上设计和实现下列二叉树运算的算法 ① 设计递归算法,实现:删除二叉树,求二叉树的高度,求二叉树中叶子结点数,复制二叉树,交换二叉树的左右子树。 ② 设计算法,按自上到下,自左向右的次序,即按层次遍历一棵二叉树。-The basic operation of a binary tree (1) the design and implementation of the following binary operation on the binary tree algo
shujujiegou
- 数据结构中一些基本功能的实现,主要是链表和树的基本操作的实现-Data structure to achieve some basic functions, is to achieve the basic operation of linked lists and trees. .