|
|||||||||||||||||||||||||||||||||||
|
7 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
7 of 8 people found the following review helpful:
1.0 out of 5 stars
For beginners? Sure.,
By
This review is from: Foundations of Algorithms Using C++ Pseudocode, Second Edition (Hardcover)
I attend the school in which these two professors received their tenureship, and I must say, that this book is an absolute disappointment. They state that the reader "require no knowledge of calculus, only College Algebra" yet they go through the theories with little to no explanation, and assuming that the reader knows caculus. The book does a pitiful job of explaining chained matrix multiplication, graph theory, dynamic programming, Diskstra's algorithms, et al. It's NOT the best book, we're using the 3rd edition and it is just as bad as the 2nd edition. There are tons of typos and errors alike.
3 of 3 people found the following review helpful:
1.0 out of 5 stars
Awful Textbook,
By
This review is from: Foundations Of Algorithms Using C++ Pseudocode (Hardcover)
I'm currently taking a course on Algorithm Analysis, and we're using this as our textbook. At first glance this book seems like a tome of information, and extremely thorough. However, once you start to read it you realize exactly how many errors and typos made it all the way to the Third Edition. On the bright side, the appendices cover discrete mathematics very well.Here's two samples of the errors that have poked through: pg. 7, has a grievous error in exchangesort: for(i=0; i<=1;i++) That's obviously incorrect. It should be i<=(n-1). pg. 50, recursive binary search: else if(x == array[mid]) Again, that should be else if(x <= array[mid]), otherwise the code does the same thing as the previous if statement. So frankly, skip this book. It contains errors that even a neophyte programmer ought to be able to catch.
5.0 out of 5 stars
Great classic at algorithms,
By
Amazon Verified Purchase(What's this?)
This review is from: Foundations of Algorithms Using C++ Pseudocode, Second Edition (Hardcover)
This is a excellent book for use in a first course of algorithms using C++ or other similar programming language. Covers usefull themes in a easy way.
1 of 3 people found the following review helpful:
5.0 out of 5 stars
really good for beginners,
By J. A. Rodriguez (Queretaro, Mexico) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Foundations of Algorithms Using C++ Pseudocode, Second Edition (Hardcover)
In fact, it doesn't have C++ but C pseudocode; other than that, the book is marvelous in terms of being an introduction to the analysis of algorithms. The code is very clear and almost always has commentaries where they should be. Another point to remark is that the authors frequently encourage students to deepen in advanced concepts by presenting concrete bibliography. A very good reference book, I must say.
2 of 5 people found the following review helpful:
5.0 out of 5 stars
Dr. Jihad M. Jaam,
A Kid's Review
This review is from: Foundations of Algorithms Using C++ Pseudocode, Second Edition (Hardcover)
A very good text[book] either for students or teachers.Well written, and easy to understand. The concepts of algorithms are well presented. I like very much this textbook and so happy to discover it. However, I regret to not have an instructor's manual for
2 of 7 people found the following review helpful:
4.0 out of 5 stars
Fawad Halim,
By Fawad Halim (Chicago, IL, USA) - See all my reviews
This review is from: Foundations of Algorithms Using C++ Pseudocode, Second Edition (Hardcover)
I read this book at my school's library. It's a pretty good book for beginners attempting to learn Algorithms on their own. There's a lot of code snippets to go with the text. Recommended for anybody looking for an algorithms book suitable for beginners.
0 of 10 people found the following review helpful:
5.0 out of 5 stars
Foundations of Algorithms Using C++ Pseudocode,
This review is from: Foundations Of Algorithms Using C++ Pseudocode (Hardcover)
Received the book in just four days...so it was prompt service and the book was in excellent condition when it arrived. Overall, I'm extremely satisfied with the service provided and the condition of the book.
|
|
Most Helpful First | Newest First
|
|
Foundations Of Algorithms Using C++ Pseudocode by Richard E. Neapolitan (Hardcover - July 29, 2003)
Used & New from: $6.99
| ||