Content deleted Content added
→External links: rm unencyclopedic links |
m Updated Google Scholar link |
||
(47 intermediate revisions by 24 users not shown) | |||
Line 1:
{{Short description|Book on computer programming, used as textbook for algorithms courses}}
{{Infobox book
| name = Introduction to Algorithms
| image =
| caption = Cover of the
| author = [[Thomas H. Cormen]]<br />[[Charles E. Leiserson]]<br />[[Ron Rivest|Ronald L. Rivest]]<br />[[Clifford Stein]]
| country = [[United States]]
| language = [[English language|English]]
| subject = [[Algorithm#Computer algorithms|Computer algorithms]]
| publisher = [[MIT Press]]
| pub_date = 1990 (first edition)
| pages = 1312
| isbn = 978-0-262-
}}
'''''Introduction to Algorithms''''' is a book on computer programming by [[Thomas H. Cormen]], [[Charles E. Leiserson]], [[Ron Rivest|Ronald L. Rivest]], and [[Clifford Stein]].
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.
==Editions==
The first edition of the textbook did not include Stein as an author, and thus the book became known by the initialism CLR. It included two chapters ("Arithmetic Circuits" & "Algorithms for Parallel Computers") that were dropped in the second edition. After the addition of the fourth author in the second edition, many began to refer to the book as "CLRS".
==Cover design==
The [[mobile (sculpture)|mobile]] depicted on the cover, ''Big Red'' (1959) by [[Alexander Calder]], can be found at the [[Whitney Museum of American Art]] in [[New York City]].<ref>Cormen et al, back cover. See, also, [https://whitney.org/collection/works/2826 ''Big Red''] at the Whitney Museum of American Art web site.</ref>
==Publication history==
* {{Introduction to Algorithms|1|notitlelink=1}}
* {{Introduction to Algorithms|2|notitlelink=1}} 12 printings up to 2009, errata:<ref>{{cite web |url=
* {{Introduction to Algorithms|3|notitlelink=1}} 1320 pp., 5 printings up to 2016
* {{Introduction to Algorithms|4|notitlelink=1}} 1312 pp., errata:<ref>{{cite web |title=Errata for Introduction to Algorithms, 4th Edition |url=https://mitp-content-server.mit.edu/books/content/sectbyfn/books_pres_0/11599/e4-bugs.html |website=mitp-content-server.mit.edu}}</ref>
==Reviews==
*{{cite journal
| last = Akl | first = Selim G. | author-link = Selim Akl
| journal = Mathematical Reviews
| mr = 1066870
| title = Review of 1st edition
| year = 1991}}
*{{cite journal
| last = Mann | first = C. J. H.
| date = April 2003
| doi = 10.1108/k.2003.06732cae.004
| issue = 3
| journal = Kybernetes
| title = New edition of algorithms book [review of 2nd edition]
| volume = 32}}
*{{cite news
| last = Thimbleby | first = Harold | author-link = Harold Thimbleby
| date = December 3, 2009
| newspaper = Times Higher Education
| title = No excuse to be illiterate about IT [review of 3rd edition]
| url = https://www.timeshighereducation.com/books/textbook-guides/8-november-2012/introduction-to-algorithms/409350.article}}
*{{cite journal
| last = El-Sharoud | first = Walid
| date = September 2019
| doi = 10.1177/0036850419873799b
| issue = 3
| journal = Science Progress
| pages = 278–279
| title = Review of 3rd edition
| volume = 102| doi-access = free
| pmc = 10424523
}}
==See also==
Line 84 ⟶ 70:
==External links==
* {{Official website|
[[Category:1990 non-fiction books]]
[[Category:Computer science books]]
[[Category:MIT Press books]]
|