Algorithms
Competitive Programming 3 豆瓣
Competitive Programming
作者: Steven Halim lulu 2013 - 5
This is the third edition of Competitive Programming book.
This is the A5 paperback version. This is the intended version for typical audience, i.e. young programmers of age 15-25. If you need a larger 8.25 * 10.75 inch version (about the size of A4, or 2 x A5), please go to: http://www.lulu.com/shop/steven-halim/competitive-programming-3-hardcover/hardcover/product-21031840.html
A much more detailed information about this book is available at: https://cpbook.net
2018年1月3日 在读
开本很赞(字小且边距窄), 每个算法都有C++代码(配了comment), 很适合配合LeetCode刷题, 前提是同时复习CLRS.
C++ Algorithms ICPC 计算机科学 编程
Algorithms 豆瓣 Goodreads
作者: Robert Sedgewick / Kevin Wayne Addison-Wesley Professional 2011 - 3
Essential Information about Algorithms and Data Structures A Classic Reference The latest version of Sedgewick,s best-selling series, reflecting an indispensable body of knowledge developed over the past several decades. Broad Coverage Full treatment of data structures and algorithms for sorting, searching, graph processing, and string processing, including fifty algorithms every programmer should know. See
Introduction to Algorithms, 3rd Edition 豆瓣 Goodreads
9.4 (7 个评分) 作者: Thomas H. Cormen / Charles E. Leiserson The MIT Press 2009 - 7
Some books on algorithms are rigorous but incomplete; others cover masses of material but lack rigor. Introduction to Algorithms uniquely combines rigor and comprehensiveness. The book covers a broad range of algorithms in depth, yet makes their design and analysis accessible to all levels of readers. Each chapter is relatively self-contained and can be used as a unit of study. The algorithms are described in English and in a pseudocode designed to be readable by anyone who has done a little programming. The explanations have been kept elementary without sacrificing depth of coverage or mathematical rigor.
The first edition became a widely used text in universities worldwide as well as the standard reference for professionals. The second edition featured new chapters on the role of algorithms, probabilistic analysis and randomized algorithms, and linear programming. The third edition has been revised and updated throughout. It includes two completely new chapters, on van Emde Boas trees and multithreaded algorithms, and substantial additions to the chapter on recurrences (now called "Divide-and-Conquer"). It features improved treatment of dynamic programming and greedy algorithms and a new notion of edge-based flow in the material on flow networks. Many new exercises and problems have been added for this edition.
As of the third edition, this textbook is published exclusively by the MIT Press.