Introduction to Algorithms
《算法导论》(Introduction to Algorithms):本书选用四位作者名字的首字母命名,因而又被称为CLRS,是很多国际著名大学的算法课教材,可称得上是算法与数据结构的权威著作...
MIT - Introduction to Algorithms
麻省理工学院算法导论(MIT - Introduction to Algorithms),编程开发 这是麻省理工学院2001年秋季课程《算法导论》的所有课程资料,包括有:课本(含有习题,chm格式),课堂讲稿(ppt转pdf格...
CLRS
如果有比较多的时间《算法导论》(CLRS)是必看的,就算不为找工作,仔细研读一遍也绝对对得起你花的时间,它的课后题几乎都是经典问题,能熟练做出它的课后题的话,水平...
Introduction to Algorithms Second Edition
...算机系统"(Computer Systems A Programmer#039;s Perspective ) 【12】 "算法导论"(Introduction to Algorithms Second Edition) 【13】 "数据结构与算法分析 ——
Solutions for Introduction to Algorithms ; introductioin to algorithm
MIT Introduction to Algorithms
An introduction to bioinformatics algorithms
《算法导论》原书名——《Introduction to Algorithms》,是一本十分经典的计算机算法书籍,与高德纳(Donald E.Knuth)的《计算机程序设计艺术》(《The Art Of Computer Programming》)相媲美。 《算法导论》由Thomas H.Cormen、Charles E.Leiserson、Ronald L.Rivest、Clifford Stein四人合作编著(其中Clifford Stein是第二版开始参与的合著者)。本书的最大特点就是将严谨性和全面性融入在了一起。