Algorithms in C++ Part 5: Graph Algorithms, 3/e (Pt.5) and over 360,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

 

or
Sign in to turn on 1-Click ordering.
 
 
Express Checkout with PayPhrase
What's this? | Create PayPhrase
Sorry!
More Buying Choices
46 used & new from $0.52

Have one to sell? Sell yours here
 
   
Algorithms in C (Computer Science Series)
 
 
Start reading Algorithms in C++ Part 5: Graph Algorithms, 3/e (Pt.5) on your Kindle in under a minute.

Don’t have a Kindle? Get your Kindle here.
 
  

Algorithms in C (Computer Science Series) (Hardcover)

~ (Author)
3.5 out of 5 stars  See all reviews (32 customer reviews)

Price: $59.99 & this item ships for FREE with Super Saver Shipping. Details
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually ships within 9 to 13 days.
Ships from and sold by Amazon.com. Gift-wrap available.

9 new from $10.15 37 used from $0.52

Formats

Amazon Price New from Used from
  Kindle Edition $32.17 -- --
  Hardcover $59.99 $10.15 $0.52
  Paperback $40.21 $21.99 $22.99

Frequently Bought Together

Algorithms in C (Computer Science Series) + Algorithms in C++, Parts 1-4: Fundamentals, Data Structure, Sorting, Searching (3rd Edition) (Pts. 1-4) + The C++ Standard Library: A Tutorial and Reference
Price For All Three: $179.28

Some of these items ship sooner than the others. Show details


Customers Who Bought This Item Also Bought

The C++ Standard Library: A Tutorial and Reference

The C++ Standard Library: A Tutorial and Reference

by Nicolai M. Josuttis
4.8 out of 5 stars (98)  $64.70
More Effective C++: 35 New Ways to Improve Your Programs and Designs

More Effective C++: 35 New Ways to Improve Your Programs and Designs

by Scott Meyers
4.4 out of 5 stars (39)  $28.19
Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)

Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)

by Scott Meyers
4.8 out of 5 stars (143)  $32.25
Mastering Algorithms with C

Mastering Algorithms with C

by Kyle Loudon
3.4 out of 5 stars (15)  $26.37
Introduction to Algorithms, Third Edition

Introduction to Algorithms, Third Edition

by Clifford Stein
5.0 out of 5 stars (3)  $58.72
Explore similar items

Editorial Reviews

Amazon.com Review

Algorithms in C is a comprehensive repository of algorithms, complete with code. If you're in a pinch and need to code something up fast, this book is the place to look. Starting with basic data structures, Algorithms in C covers an enormous scope of information, with extensive treatment of searching and advanced data structures, sorting, string processing, computational geometry, graph problems, and mathematical algorithms. Although the manual often neglects to provide rigorous analysis, the text surrounding the algorithms provides clear and relevant insight into why the algorithms work.


Product Description

Sedgewick's bestselling book, Algorithms, is now available for C programmers. Algorithms in C describes a variety of algorithms in a number of areas of interest, including: sorting, searching, string-processing, and geometric, graph and mathematical algorithms. The book emphasizes fundamental techniques, providing readers with the tools to confidently implement, run, and debug useful algorithms.

Product Details

  • Hardcover: 657 pages
  • Publisher: Addison-Wesley Professional; 1 edition (January 11, 1990)
  • Language: English
  • ISBN-10: 0201514257
  • ISBN-13: 978-0201514254
  • Product Dimensions: 9.5 x 6.6 x 1.2 inches
  • Shipping Weight: 2.1 pounds (View shipping rates and policies)
  • Average Customer Review: 3.5 out of 5 stars  See all reviews (32 customer reviews)
  • Amazon.com Sales Rank: #1,185,226 in Books (See Bestsellers in Books)

    Popular in this category: (What's this?)

    #23 in  Books > Computers & Internet > Programming > C > Algorithms

More About the Author

Robert Sedgewick
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Robert Sedgewick Page

Look Inside This Book


What Do Customers Ultimately Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 
(1)

Your tags: Add your first tag
 

 

Customer Reviews

32 Reviews
5 star:
 (10)
4 star:
 (7)
3 star:
 (8)
2 star:
 (2)
1 star:
 (5)
 
 
 
 
 
Average Customer Review
3.5 out of 5 stars (32 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
20 of 20 people found the following review helpful:
5.0 out of 5 stars Great for Algorithms, perhaps not for C++ implementations, August 11, 2001
By "optimistix" (London, UK) - See all my reviews
This review is from: Algorithms in C++ (Hardcover)
This is easily one of the leading texts on data structures and algorithms - a third edition has already been released (however, that is practically a new book ,so read on :-)...). Sedgewick is a student of the great Donald Knuth, and a leading researcher and authority in the field of Algorithmics.

'Pound for pound', this might be as good as Cormen et al's classic, which is the undisputed leader among introductory books on algorithms. However, this has two advantages over that book :

(1)Size : Weighing in at a lean 656 pages, this is almost 40% smaller than Cormen's classic, while providing approximately the same breadth. However, Cormen has the edge in depth, especially rigorous analysis of algorithms' performance.

(2)'Real' code : This book has code snippets in C++, as opposed to Cormen which has it in pseudocode.However, the code is far from 'ready to run' - it's just enough to give you an idea how to go about building your own code.

Another plus point is short and crisp chapters which can be easily 'digested' - average chapter size is only about 14 pages.

This book really covers a lot of topics - sorting, searching, parsing, computational geometry, graphs, fast fourier transforms, mathematical algorithms and much,much more.

It is written in a very readable style, and the illustrations are a big help, perhaps the best in a book of this kind. It would've benefitted from a few more exercises, brief solutions, and a little more rigour in performance analysis.

The code is excellent at one level, but it's actually excellent C code masquerading as C++ code, i believe.

If you have no problem with C, you should perhaps go for the C version of this book - the C code is reminiscent of Kernighan & Ritchie. Beautiful, elegant C code !!

If it's good C++ code that you're after, perhaps Mark Allen Weiss's book or Heileman's book might be a better choice. Also, the new (3rd) edition of this book has much better C++ code.

If you want more depth and rigour, and are willing to work a little harder, then Cormen's the way to go.

However, if you want a bit of everything in one compact book, then this is the best choice.

(Sedgewick's come up with a recent revision, but it's spread over several volumes - not sure whether that's a better choice, however the C++ code seems much better in that, with C++ consultancy by Chris Van Wyk, another student of the great Don Knuth)

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
13 of 13 people found the following review helpful:
5.0 out of 5 stars Attention : These are NOT reviews for part 5, March 6, 2002
By "optimistix" (London, UK) - See all my reviews
Just wanted to let everyone know that the reviews here (till 6th March
2002 at any rate) are not of the book 'Algorithms in C++ part 5
graph algorithms' by Robert Sedgewick, but of the earlier edition of
his book on algorithms.

To get an idea of the book it's supposed to be about, please refer to
the review(s) on 'Algorithms in C part 5 graph algorithms', which i
expect to identical but for the code.

It'd be surprising indeed if the book isn't substantially better than
the reviews for the earlier book indicate ..........

The first volume, ie parts 1-4 are excellent - please refer to the
reviews on that, they're for the current edition :-)

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
11 of 12 people found the following review helpful:
3.0 out of 5 stars Good content but hard to read, January 17, 2004
By Christophe Keller (Amel, Belgique) - See all my reviews
(REAL NAME)   
I'm a learned industrial engineer in electronics but got into informatics right after my degree. So I never had a course on algorithmic and had to learn nearly everything by myself.

After some years of working in the field, I tought it was maybe time to get some background on the subject so I got this (now an outdated edition) of the book.

Well, it was the book it took the longest to me to finish in the informatics field.

The book explains a whole bunch of basic and more advanced general-purpose algorithms, and so has a good coverrage of the subject.

However, there are two problems with the book:

1) The coding style is very bad: the author likes to use global variables, and variable names are often very cryptic. Example:
* p = parent
* g = grandparent
* gg = greatgrandparent
* c = child
* x = current node
* y = temporary node
...

2) You cannot read this book's chapters in a random way: you have to follow the chapter ordering, because often knowledge of later chapters is based of knowledge of earlier chapters, and, because of the bad coding style you have to often remember the meaning of the cryptic variable names several chapters later when they are reused. If you're like me, you've forgotten the meaning, which means reread that damn chapter, which in turn can again be based on an earlier chapter. You get the picture why it took me so long?

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

3.0 out of 5 stars Plain average!
This is an okay book. The algorithms are described in great detail (actually sometimes too much detail), moreover it is not very mathematical. Read more
Published on May 24, 2007 by Jahanzeb Farooq

4.0 out of 5 stars Bought this to complete the series...
I don't intend to read this book from front to back (well maybe one day if I get really bored) but I think this book does a very good job explaining the algorithm without getting... Read more
Published on July 8, 2005 by Alan Chen

3.0 out of 5 stars Best of the bunch
I had to teach this course and must see it is the pick of the books I have seen on this subject though it is far from ideal. Read more
Published on April 20, 2004 by I. McInnes

2.0 out of 5 stars to difficult to understand
i feel writer is confused and writes very jumbled together spaghetti code.
to tough to uderstand
horrible reference book
Published on February 13, 2003 by Joseph

3.0 out of 5 stars not as good as pascal version
I bought "Algorithms" by the same author (the pascal version) and it was one of the most absorbing textbooks I have read; great book. Read more
Published on November 16, 2000

4.0 out of 5 stars Classic text, but those looking for OOP may be disapointed
I first read Sedgewick's Algorithms many years ago for a programming class in college. I was impressed at the time by it's clear presentation and thorough handling of the most... Read more
Published on June 20, 2000 by molly24

1.0 out of 5 stars the worst code examples ever seen
The code examples in this book require cryptography to interpret - the idea of meaningful variable names is not something that the author subscribes to. Read more
Published on June 1, 2000 by crispin@cs.man.ac.uk

5.0 out of 5 stars If you want algorithms, you want this book
The code isn't very easy to read (the only downfall), but it is efficient, and that's what I want.. Take the book Introduction to Algorithms, take out the math, squish it and you... Read more
Published on March 21, 2000 by Jack L

1.0 out of 5 stars Decent but I know a much better book.
I have read this book and found that most of the code examples are useless. Don't think I am one of those people who want code and not theory, I just think it helps to have a... Read more
Published on March 20, 2000 by Jonathan Ullman

4.0 out of 5 stars Very intuitive, but code examples could be clearer
The algorithm descriptions are, for the most part, reasonably easy to follow. The diagrams help to give you a very intuitive "feel" of how each algorithm works, and how... Read more
Published on January 27, 2000 by Chris Gurnee

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   


Listmania!

Create a Listmania! list


Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.


Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.