资源列表
Cormen_Algorithms_3rd.pdf
- 很出名的一本书,算法导论。适合初学者学习(Introduction to Algorithm)
bubblesort
- 清华大学邓俊辉副教授课件里的冒泡排序所有实现方式,带注释-bubblesort dsa
Introduction.to.Algorithms
- 经典著作《算法导论》,英文文字版。学习算法最权威的书,无需多介绍了。-Classic, " Introduction to Algorithms" , without much introduction, the learning algorithm is the most authoritative book.
Introduction.to.Algorithms
- [算法导论].[Introduction.to.Algorithms].Thomas.H.Cormen.Ronald.L.Rivest.Charles.E.Leiserson.Clifford.Stein.文字版.pdf-[Introduction to Algorithms]. [Introduction.to.Algorithms]. Thomas.H.Cormen.Ronald.L.Rivest.Charles.E.Leiserson.Clifford.Stein. Text versio
Introduction.to.Algorithms-english
- 算法导论[Introduction.to.Algorithms] 英文版-Introduction to Algorithms [Introduction.to.Algorithms] English
Introduction-to-Algorithms-3rd
- 《算法导论(原书第2版)》一书深入浅出,全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。本书专门讨论了线性规划,介绍了动态规划的两个应用,随机化和线性规划技术的近似算法等,还有有关递归求解、快速排序中用到的划分方法与期望线性时间顺序统计算法,以及对贪心算法元素的讨论。本书还介绍了对强连通子图算法正确性的证明,对哈密顿回路和子集求和问题的NP完全性的证明等内容。全书提
Introduction.to.Algorithms
- 算法介绍(包括基础的C语言算法和经典的算法介绍)-Algorithm introduced
csc2009
- ACM算法题集解题报告(包含题目,算法,代码,很有用的资源)-The the ACM algorithms title set problem solving report (including title, algorithm, code, useful resources)
ColorEdge
- 本程序用于实现一个简单图中的边着色问题,需要输入邻接矩阵!-to solve the edge color problem in a brief graph with the neighbor matrix as input!
1234
- 清华大学严蔚敏数据结构题集与答案(C语言版)
vs2005work
- fibonaci的logn复杂度算法 值得学习的好工具,不用递归,不由线性复杂度,直接用数学的矩阵进行另外一种运算-fibonacci complex of log n
Inversion
- 链表逆置,链表长度不限,方法独特。是某次数据结构作业-Against the set list, the list length limited to, a unique method