Jump to ratings and reviews
Rate this book

Algorithms in C++, 3rd ed.

Rate this book
Robert Sedgewick's Algorithms series has earned a place among the classics of computer books. Algorithms in C++ provides a comprehensive collection of classic algorithms for sorting, searching, parsing, geometrical manipulation, and more. The book includes not just C++ code but detailed--yet readable--explanations of how it works and what each algorithm's advantages and disadvantages are in terms of execution time and memory demands. An invaluable and timeless resource.

Paperback

First published April 30, 1992

13 people are currently reading
164 people want to read

About the author

Robert Sedgewick

86 books82 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
25 (33%)
4 stars
30 (40%)
3 stars
14 (18%)
2 stars
2 (2%)
1 star
4 (5%)
Displaying 1 - 6 of 6 reviews
8 reviews
September 20, 2013
I read most of this again recently to refresh my knowledge of basic algorithms while interviewing for a new job. It has good coverage of many areas of computer science. I felt the use of C++ was a bit superfluous as most of the algorithms could have been coded just as well in, say, C. I was also slightly surprised that the code presented was already highly optimized, with tricky edge conditions exploited in non-obvious ways, rather than presenting less optimized but easier to follow code.

Overall, though, it's a useful, well written reference work, if slightly dated now.
1 review1 follower
April 14, 2018
This is a wonderful programming book explaining various algorithms with sample code. In this 1992 release of the book there were several code examples that were not correct; however, this still did not detract from the usefulness of the book. Thus, I still give it a good rating. As a fellow computer scientist, it was well organized, I learned much from the topics, and I enjoyed the reading. The challenge of attempting to understand the algorithms, and fixing some of them, was well worth it.
Displaying 1 - 6 of 6 reviews

Can't find what you're looking for?

Get help and learn more about the design.