Related Subjects
Algorithms Artificial Intelligence C C & C++ Windows Programming Computer Science Computers Computers & Technology Development Education & Reference Health, Fitness & Dieting Health, Fitness & Dieting Human Vision & Language Systems Languages & Tools Mathematics Programming Programming Languages Science & Math Tutorials...that is as relevant today as when it was first written. As a computer scientist for 20 years, few books have had as long lasting an impact as this book. What has always amazed me is that once you've worked your way through an algorithm, and Sedgewick's explanation, you remember it. For me, it was, and still is, a foundation of computer science and as ready a reference today. Really liked the writing style, Sedgewick...
0Report
This is one of the best book that I have ever read. The writer explained data stucture in a very good detail. However, this is NOT a book for those beginers, writer assumed that readers must have some strong background in both C programming and math. As many C code functions are left out. There is a clear difference between IT and computer science, if you just make web pages, click mouse in windows, know a little bit about...
0Report
I haven't been into algorithms and such things for very long, and yet I find that, with a bit of patience and good will, it's not that hard to understand, contrary to some other review. Of course, it's a long book, but then, if you can't be perseverant enough to read such a book, the best solution is just to stay home and do something else! If you want the information given in the book, you're jolly well goning to have...
0Report
There are many books about algorithms, just a few can impress and influence people acting on the very threshold between theoretical research and development of complex software. Robert Sedgewick codes very carefully. Some readers might even fail to recognize the fine details in his code. Try to analyse even the simplest 2-3 liners. Compare the program 4.5 (Linked list implementation of a pushdown stack) or 4.10 (FIFO queue...
0Report
Robert does a good job of explaining the algorithms in this book, and there are quite a few algorithms. The sample code is short so you don't have to read through lots of user interface and driver code to get to the actual algorithm, and it is written so that it isn't hard to copy the code into your own programs and get it to work. The chapter on Introduction to the Analasys of Algorithms has lots of math in it, but the rest...
0Report