资源列表
shujujiegou
- 数据结构的系统讲解,对数据结构的学习,复习都很有帮助-Explain the data structure of the system, the data structure of the study, are very helpful review
Broken-Necklace.tar
- usaco上面的习题,我自己写的代码,所有数据可以AC过的。-usaco above exercises, write my own code, all data can be AC off.
SSD5
- 卡耐基梅隆大学数据结构教程 国家示范性软件学院教程 有习题 英文版
ssd5
- 卡内基梅隆大学,SSD5CHM文件,C++版数据结构算法与应用
maopaopaixu
- 这是我个人独到的冒泡排序算法,望对你有所启发-A ha
Binary-search-ranking
- 该算法是用C++实验的折半查找排序算法,是本人编写,能够正确运行-This algorithm is to use binary search algorithm of C++ experiment, I write, to run correctly
nqueens
- 分支限界法解决皇后问题,在nxn棋盘上放n个棋子,要求两个棋子不能放在同一列上-Queens branch and bound method to solve the problem, put the board in the nxn n-piece, two pieces can not be requested on the same column
advp2G04
- 数据结构(C)实现 Min-spanning Tree.具体Test和时间分析见文档-Data structure in C to build the min-spanning tree in the certain graph
asp-paike
- 这是我在做毕设时找的一份资料,使用ASP做的排课系统,对于学习排课系统有一定帮助-This is a complete set of information when I was doing to find, use ASP to do Scheduling System for Scheduling systems have some help learning
list
- 链表代码实例,包括链表创建、插入、删除、排序、求取长度等操作。-The file includes some operations of list, such as creating list,inserting and deleting a value into/from list,sorting the list,and so on.
las
- 数据结构中的一种重要随机算法--Las Vegas算法,它总是给出正确的结果,但在少数应用中,可能出现求不出解的情况。也是用了50,500,5000子串验证的 -Data structure is an important randomized algorithms- Las Vegas algorithm, it always gives the correct result, but in a few applications, the solution may be seeking n
chain
- 一个用单向链表存储多项式的实现,可以实现两个多项式的建立,并实现多项式的加减乘除运算。-A polynomial with a one-way linked list storage implementation, the establishment of two polynomials can be achieved, and to achieve polynomial addition and subtraction, multiplication and division operatio