1. 程式人生 > >算法學習之路--序言

算法學習之路--序言

eas ogr nvi 鏈接 env data see Education mon

算法學習是個需要長期堅持的活動,開一個坑,希望自己慢慢進步。

工欲善其事,必先利利器。

算法學習的葵花寶典

Introduction to Algorithms
技術分享圖片 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]

and is commonly cited as a reference for algorithms in published papers, with over 10,000 citations documented on CiteSeerX.[2] The book sold half a million copies during its first 20 years.[3] Its fame has led to the common use of the abbreviation "CLRS" (Cormen, Leiserson, Rivest, Stein), or, in the first edition, "CLR" (Cormen, Leiserson, Rivest).[4]

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小時內刪除,僅供分享

算法學習之路--序言