算法导论的经典教材,各种算法。中文翻译版的不是很好。
2020-03-04 03:15:36 4.86MB 算法
1
市面上最多的是第二版的答案。这个是第三版的。
2020-01-24 03:14:18 785KB 算法导论 CLRS introduction algorithm
1
Introduction to Algorithms (2nd Edition).pdf 算法导论 第二版 英文原版 非扫描版
2020-01-19 03:06:51 7.4MB Introduction to Algorithms (2nd
1
算法引论 英文版 对我来说,以前学算法只囫囵吞枣地记了结论,工作了看编程珠玑,发现了思考的乐趣,现在看这本书,讲解算法设计思路,觉得很好。 伪代码不重要,用什么语言实现没关系,记住思路才是最主要的。所以,如果选一本书学算法的话,我会选这本。太厚的不要。 另外,堆排序那一节,说从底到顶比从顶到底快,我想了想,觉得时间一样。
2019-12-25 11:13:54 16.26MB 数据结构
1
Introduction to Algorithms 是一本经典的算法书籍,它囊括了所有的基础算法,本资料为其中文翻译版
2019-12-21 22:18:28 24.42MB 算法导论 中文版
1
里面含有中文版、英文原版和答案。 非常经典的一本计算机算法书,学习算法的必看书本。 自第一版出版以来,已经成为世界范围内广泛使用的大学教材和专业人员的标准参考手册。本书全面论述了算法的内容,从一定深度上涵盖了算法的诸多方面,同时其讲授和分析方法又兼顾了各个层次读者的接受能力。
2019-12-21 21:53:03 57.72MB 算法导论 Introduction to Algorithms
1
《算法导论》原书名——《Introduction to Algorithms》,是一本十分经典的计算机算法书籍,与高德纳(Donald E.Knuth)的《计算机程序设计艺术》(《The Art Of Computer Programming》)相媲美。 《算法导论》由Thomas H.Cormen、Charles E.Leiserson、Ronald L.Rivest、Clifford Stein四人合作编著(其中Clifford Stein是第二版开始参与的合著者)。本书的最大特点就是将严谨性和全面性融入在了一起。 其中网易公开课上面有本书作者Charles Leiserson的视频,此次只上传他们的课件和作业题
2019-12-21 21:28:32 7.01MB 算法导论
1
Introduction.to.Algorithms.-.算法导论(中文版)
2019-12-21 21:17:46 24.42MB Algorithms 算法 导论
1
Before there were computers, there were algorithms. But now that there are computers, there are even more algorithms, and algorithms lie at the heart of computing. This book provides a comprehensive introduction to the modern study of computer algorithms. It presents many algorithms and covers them in considerable depth, yet makes their design and analysis accessible to all levels of readers. We have tried to keep explanations elementary without sacrificing depth of coverage or mathematical rigor. Each chapter presents an algorithm, a design technique, an application area, or a related topic. Algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The book contains 244 figures—many with multiple parts—illustrating how the algorithms work. Since we emphasize efficiency as a design criterion, we include careful analyses of the running times of all our algorithms. The text is intended primarily for use in undergraduate or graduate courses in algorithms or data structures. Because it discusses engineering issues in algorithm design, as well as mathematical aspects, it is equally well suited for self-study by technical professionals. In this, the third edition, we have once again updated the entire book. The changes cover a broad spectrum, including new chapters, revised pseudocode, and a more active writing style.
2019-12-21 20:23:39 5.87MB Algorithms C.L.R.S
1
Introduction to Algorithms (3rd Edition).pdf 算法导论 第三版 英文原版 非扫描版
2019-12-21 20:23:03 5.55MB Introduction to Algorithms (3rd
1