资源列表
_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
linearlist
- 数据结构的经典教程一 绪论本解答原则上只给出源代码以及必要的注释,对于一些难度较高或思路特殊的题目将给出简要的分析说明-Data structure tutorial a classic introduction to this solution in principle, only the source code is given and the necessary comments, or ideas for some more difficult questions will be giv
String
- 严蔚敏老师的教程 介绍了关于串的基本操作和定义等相关内容-Yan Wei-min teacher' s tutorial describes the basic operations on strings and definitions and other related content
generalizedlist
- 严蔚敏老师教程 数据结构 系统解释了广义表的相关操作 内包含多个经典程序-Yan Wei-min data structure tutorial system, the teacher explained the relevance of generalized table contains multiple classic program operations
