资源列表
quiksort
- 数据结构中经典的快速排序算法,用C语言实现-Classic Quicksort algorithm data structure C language
YuanGongGuanLi
- 自己用C++编写的数据结构的课程设计,是员工管理系统,并且还有相关的报告。-Own use C++ prepared by the data structure of the curriculum design, is a staff management system, and also the related report.
4
- Hash表应用 任务 :设计散列表实现电话号码查找系统。 基本要求: 1) 设每个记录有下列数据项:电话号码、用户名、地址; 2) 从键盘或文件输入各记录,不少于30个,以电话号码为关键字建立散列表; 3) 采用开放定址的方法解决冲突; 4) 查找并显示给定电话号码的记录; -Hash Table Application task: design hashtable phone number lookup system. Basic requirements: 1
kruakal
- 用并查集和最小堆算法实现KRUSKAL算法-Use and check the set and minimum heap algorithm achieve KRUSKAL algorithms
maze
- 画出有唯一出路的迷宫,并且可以自动找到出路显示在迷宫上-Draw the only way out of the maze, and can automatically find a way out the maze
leftheap
- 标准数据结构左式堆的C语言实现,很规范,供参考-The left-heap of C language implementation of the standard data structures, specifications for reference
pairheap
- 标准数据结构pairheap的C语言实现,很规范,供参考-The standard of data structure pairheap the C language specifications for reference
Prim
- 算法与数据结构——Prim 算法与数据结构实现Prim算法-Algorithms and Data Structures- Prim Algorithms and Data Structures Prim algorithm
Sorting
- sort java 实现 insert, quick, merge-sort java implementation
ex_21
- 数据结构大作业21,产生随机数代码,包括cpp -Data structure operations, code to generate random numbers, including cpp
3
- 校园局域网布线和游历问题 任务 :用无向网表示你所在学校的主要建筑平面图,图中顶点表示主要建筑,图中的边表示建筑之间的道路,存放路径长度信息。要求能够建立校园局域网,所花的代价最小;给出任意建筑之间游历的最短路径。基本要求: (1) 原始数据存在文件中,方便读入; (2) 建筑物点不小于20个,边不小于30个; (3) 分别用广度优先和深度优先的方法遍历图,起始点定为1号教学楼; (4) 建立校园局域网,要求所花的代价最小; (5) 查询从1号教学楼到其他各点的最短路径
mm
- 深入理解计算机系统的配套lab:malloc lab。模拟malloc,free等函数的实现-In-depth understanding of computer systems supporting lab: malloc lab. The function of the realization of analog malloc, free, etc.
