|
Algorithms and Data Structures in C++
 |
Author: Leendert Ammeraal List Price: $70.00 Our Price: Click to see the latest and low price ISBN: 0471963550 Publisher: John Wiley & Sons (21 May, 1996) Edition: Paperback Sales Rank: 199,121 Average Customer Rating: 4.14 out of 5
|
Customer ReviewsRating: 5 out of 5 Love his codes, love the book The C++ implementations in the book are simple but very effective and well-organized. Rating: 5 out of 5 Excellent Book! 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 out of 5 Good stuff! 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.
|