Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Algorithms and Data Structures in C++

Algorithms and Data Structures in C++

List Price: $70.00
Your Price: $63.70
Product Info Reviews

<< 1 >>

Rating: 3 stars
Summary: I just try, let me see
Review: Hi! I want to see how are you look like ? So, please show m

Rating: 5 stars
Summary: Excellent Algorithms C++ Book
Review: I have never read anything like Ammeraal's book. Beside from his easy prose, the code is elegant and quite intelligent, simple and you can learn a great deal of C++ tricks. I think this book is really advanced and very interesting. Develop a many complex algorithms and gives examples of runs, and the best of all is that the code runs in any compiler.

Rating: 5 stars
Summary: Good stuff!
Review: I used this book for my Data Structures course and found it very difficult to decifer. The text is hard to understand and if you haven't had much practice in figuring out C++ code, you definitely will have difficulty with Leendert's examples. However, with a little effort and a lot of work (as well as some help by someone more experienced) the code is deciferable. In fact, if you can figure out these examples, you're well on your way to becoming an expert C++ programmer.

I'd recommend this book for the advanced programmer or the programmer that has a great deal of drive and assistance. All in all, definitely worth taking a close look at.

Rating: 4 stars
Summary: Difficult reading, but Excellent Code
Review: I used this book for my Data Structures course and found it very difficult to decifer. The text is hard to understand and if you haven't had much practice in figuring out C++ code, you definitely will have difficulty with Leendert's examples. However, with a little effort and a lot of work (as well as some help by someone more experienced) the code is deciferable. In fact, if you can figure out these examples, you're well on your way to becoming an expert C++ programmer.

I'd recommend this book for the advanced programmer or the programmer that has a great deal of drive and assistance. All in all, definitely worth taking a close look at.

Rating: 5 stars
Summary: Good stuff!
Review: I've been hunting around for a while now for a book which teaches data structures using C++ as the implementation language. I think I've finaly found it in this book. All other books I've looked at have just been poor rewrites of previous C algorithm books.

The material is clearly explained most of the time, always with an example to show the algorithm at work. The book focuses on algorithms and data structures that you might actually use one day, unlike some other books which have all these wierd and wonderful algorithms but which you will probably never need to use.

This is the book to have when you start forgeting all that data structure stuff you did in college and you need a review.

The best thing about this book is that it's only ~350 pages so it wont take you years to get through.

Rating: 5 stars
Summary: Love his codes, love the book
Review: I've been researching on C++ algorithms to handle large integers for a Visual C++ Calculator I'm currently writing. This book provided me not only with a full and clear explanation of the methodology involved, but also with a complete listing of the class required to handle these operations. Among other techniques, it also showed me clear guidelines to convert recursive algorithms into non-recursive procedures, which I have found very useful for the work I'm doing. This book will indeed be one of my main sources of information in this area. The source code described in the book is also well supported at the Web site which address is provided in the book.

Rating: 5 stars
Summary: Excellent Book!
Review: I've been researching on C++ algorithms to handle large integers for a Visual C++ Calculator I'm currently writing. This book provided me not only with a full and clear explanation of the methodology involved, but also with a complete listing of the class required to handle these operations. Among other techniques, it also showed me clear guidelines to convert recursive algorithms into non-recursive procedures, which I have found very useful for the work I'm doing. This book will indeed be one of my main sources of information in this area. The source code described in the book is also well supported at the Web site which address is provided in the book.

Rating: 2 stars
Summary: Thumbs down
Review: Readable code?! Most of it is inline and comments are sparse. Don't buy it if you're looking for clear examples to build from in C++.

Rating: 5 stars
Summary: Love his codes, love the book
Review: The C++ implementations in the book are simple but very effective and well-organized.


<< 1 >>

© 2004, ReviewFocus or its affiliates