资源列表
3261
- zoj3261 Connections in Galaxy War 的源码,主要考察并查集,并要从后往前建图-source code of zoj3261 :Connections in Galaxy War ,mainly about union-find,and need to build graph from end to the beginning
3204
- zoj 3204 Connect them的源码,主要考察最小生成树的Kruskal算法,要注意输出的顺序-the source code of zoj 3204 Connect them , the main study Kruskal minimum spanning tree algorithm, should pay attention to the order of the output
3230
- 带堆优化的贪心,从题意中我们可以得到的最暴力解法就是,每天都搜索整个数组,找出符合条件的题目并且它的经验是最大的,这样找M天就好了。接下来就是如何优化,在每次找的时候我们只要找经验最大的,因为可以用大顶堆组织可以做的题目,每次升级之后加入新的可以做的题目就OK了。-Optimized with a greedy heap, from the meaning of the questions, we can get the most violent solution is that every d
_Introduction.to.algorithm
- ebook_Introduction to algorithm 2E
data
- 数据结构——单链表基本操作,用的是C语言编写的,可能有小错。-Data structure- the basic operation of a single linked list, using the C language, and there may be minor mistakes.
OS
- 操作系统课程中的CPU进程调度小实验 其中包含了内存的分配问题-Operating in the CPU process scheduling program small experiments which contains memory allocation problem
suanfa
- 里面包含了各种常用算法的java实现,如八皇后问题,合唱队问题,找零钱问题,最短路径问题等-Which contains a variety of commonly used algorithm java implementation, such as the eight queens problem, chorus problems, to find small change problem, the shortest path problem, etc.
Proj_2
- 此程序可以用选择排序,冒泡排序,快速排序,合并排序,堆排序来对数列进行排序,而且可以算出它的比较次数-yeah,it is really good!!!
ALGORITHM
- 用多种方法计算斐波那契数,有矩阵算法,递归算法等。-yeah ,it is really good!!!
Data
- 数据结构与算法分析-用c描述 作者:Mark Allen Wei-Data Structures and Algorithm Analysis- By using c Descr iption: Mark Allen Weiss
Linklist_cplus
- Linklist 链表实现,用c++做的,可以-linklist in data structure with c++
sqlist_myown
- 数据结构中的顺序表,用c++实现的,一个简单的程序-sqlist in data structure with c++ asmall program