<< 1 >>
Rating:  Summary: needs thorough revision and update Review: I agree with the reviews on this book...this book is really a bad choice for an ADT class ....there are no complete code examples, everything is in parts, and the author does not explain how to fit these different code pieces together...apart from that if being a novice I could detect programmatic errors within the first 4 chapters, that shows how poorly written this text is...someone recommended "Data-Abstraction and Problem Solving in C++" by Carrano, and boy, it was a life saver....the carrano text is probably the best written ADT book available.....
Rating:  Summary: it's a horrible book in C programming Review: It's a horrible book in C programming. I don't know why there are supporters for the book. The book is very confusing. I was getting lost "step by step" when i read the first few chapters. The book gives bad examples and inaccurate explainations. It will only lead you to become a bad programmer. In fact, some books like Robert Lafore's "C programming Using Turbo C++" contains the same programs (stacks, recursion, ...etc.) but with good examples and explainations. Honestly, keep away from this book.
Rating:  Summary: best book on data structures available Review: The previous Pascal edition of this book was extremely readable and what I learned data structures from. It had a lot of diagrams which were invaluable to understanding the algorithm. This book improves upon that edition by adding even more illustrative pictures and is updated with new algorithms and analysis techniques like amortized analysis which were not around when the old book was written. The writing style of the author is impeccably understandable. I collect books on algorithms and data structures and this is the most readable book ever.P.S. I've found the books which use STL to be opaque and focus more on STL and C++ than on understanding the data structure and algorithm. This is why many authors, including Sedgewick, eschew STL in their books. STL is also not relevant when programming in other languages, like the ubiquitous C programming language.
Rating:  Summary: best book on data structures available Review: The previous Pascal edition of this book was extremely readable and what I learned data structures from. It had a lot of diagrams which were invaluable to understanding the algorithm. This book improves upon that edition by adding even more illustrative pictures and is updated with new algorithms and analysis techniques like amortized analysis which were not around when the old book was written. The writing style of the author is impeccably understandable. I collect books on algorithms and data structures and this is the most readable book ever. P.S. I've found the books which use STL to be opaque and focus more on STL and C++ than on understanding the data structure and algorithm. This is why many authors, including Sedgewick, eschew STL in their books. STL is also not relevant when programming in other languages, like the ubiquitous C programming language.
Rating:  Summary: Programming Book from Hell Review: This book is horrible. It's badly written code wise and also in a literary sense. The author takes good examples and ruins them. Also he makes up his own terms to replace supposedly bad ones. The code is poorly written and contradicts the authors supposed "style." He make use of breaks when ever possible, and then tells you that the use of breaks is not good practice. He also typedef's beyond reason. I would strongly recommending NOT buying this book. I unfortunately had an equally idioic teacher who requried this book.. be warned steer clear.
Rating:  Summary: Programming Book from Hell Review: This book is horrible. It's badly written code wise and also in a literary sense. The author takes good examples and ruins them. Also he makes up his own terms to replace supposedly bad ones. The code is poorly written and contradicts the authors supposed "style." He make use of breaks when ever possible, and then tells you that the use of breaks is not good practice. He also typedef's beyond reason. I would strongly recommending NOT buying this book. I unfortunately had an equally idioic teacher who requried this book.. be warned steer clear.
Rating:  Summary: This book Sucks and Blows at the same time. Review: This is one of the most confusing and dis-organized books that I have ever read. Unfortunately, since it's required reading for some classes, I feel sorry for anyone that has to suffer the wrath of C programming morons such as the author of this book. I highly recommend suicide before suffering through this book as a reference. I would recommend that you search elsewhere to learn about data structures in C.
<< 1 >>
|