算法學習之路--序言
算法學習是個需要長期堅持的活動,開一個坑,希望自己慢慢進步。
工欲善其事,必先利利器。
算法學習的葵花寶典
Cover of the third edition | |
Author | Thomas H. Cormen Charles E. Leiserson Ronald L. Rivest Clifford Stein |
---|---|
Country | United States |
Language | English |
Subject | Computer algorithms |
Publisher | MIT Press |
Publication date | 1990 (first edition) |
Pages | 1312 |
ISBN | 978-0-262-03384-8 |
Introduction to Algorithms is a book by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein. The book has been widely used as the textbook for algorithms courses at many universities[1]
In the preface, the authors write about how the book was written to be comprehensive and useful in both teaching and professional environments. Each chapter focuses on an algorithm, and discusses its design techniques and areas of application. Instead of using a specific programming language, the algorithms are written in pseudocode. The descriptions focus on the aspects of the algorithm itself, its mathematical properties, and emphasize efficiency.[5]
當然鏈接:https://pan.baidu.com/s/16hn7KHN1bxL8IAGLjGBexg
提取碼:cnan (請於24小時內刪除,僅供分享)
算法學習之路--序言