Customer Reviews


6 Reviews
5 star:
 (1)
4 star:
 (3)
3 star:
 (1)
2 star:    (0)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


2 of 3 people found the following review helpful:
5.0 out of 5 stars Very "evoluted" book of object-oriented programming!
I think that this text belongs to the "a++" category of software books.The subject is a study of data structures by C++ and i think that in the end of the book you have a very clear idea of the fundamentals both of object-oriented programming and of data structures.The author approach to code developement is extremely "clean" which is very useful for...
Published on July 22, 2000 by luca rinaldi

versus
1 of 1 people found the following review helpful:
3.0 out of 5 stars Objects by Evolution: A Work That Needs to Evolve
Berman's "Data Structures Via C++ : Objects by Evolution" in its current form is a good "first draft" for a Data Structures textbook. It promotes good coding techniques and other tips, but falls short of its main goal: to fully explain data stuctures. One advantage to the book is that all code can be downloaded from Berman's website. Most of the...
Published on August 23, 1998 by mprentic@css.tayloru.edu


Most Helpful First | Newest First

1 of 1 people found the following review helpful:
3.0 out of 5 stars Objects by Evolution: A Work That Needs to Evolve, August 23, 1998
This review is from: Data Structures via C++: Objects by Evolution (Hardcover)
Berman's "Data Structures Via C++ : Objects by Evolution" in its current form is a good "first draft" for a Data Structures textbook. It promotes good coding techniques and other tips, but falls short of its main goal: to fully explain data stuctures. One advantage to the book is that all code can be downloaded from Berman's website. Most of the time this is extremely helpful, but here and there you can find code that has serious bugs and/or just plain doesn't work. I would not recommend this book unless you are looking for a refresher or you know someone who will answer the important questions this book will raise.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 3 people found the following review helpful:
5.0 out of 5 stars Very "evoluted" book of object-oriented programming!, July 22, 2000
This review is from: Data Structures via C++: Objects by Evolution (Hardcover)
I think that this text belongs to the "a++" category of software books.The subject is a study of data structures by C++ and i think that in the end of the book you have a very clear idea of the fundamentals both of object-oriented programming and of data structures.The author approach to code developement is extremely "clean" which is very useful for the programming future of the reader and there are a lot of advanced examples from the real word analyzed with exceptional cleverness and clarity.In my opinion this is a very good book to learn data structures from for the first time :5 stars!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4.0 out of 5 stars A Review of Data Structures Via C++ : Objects by Evolution, September 15, 1999
By A Customer
This review is from: Data Structures via C++: Objects by Evolution (Hardcover)
Dr. Berman wrote a good book, "Data Structures Via C++: Objects by Evolution" with a lot of hands-on exercises and projects for Data Structures introduction, the most important corner stone for everyone who wants to take computer sciences as her or his career in the future. He promotes good coding techniques and other tips in his book and explained data structures by detailed examples. One important advantage to the book is that all code can be downloaded from Berman's web site. Most of the time this is extremely helpful, but here and there you can find code that has serious bugs or just doesn't work in some place.

Dr. Michael Berman tried to bring together the fundamental topics of a traditional introductory data structures course and the current world of C++ and object-oriented programming. His book, Data Structures via C++: Objects by Evolution offers an evolutionary approach to the subject. It combines a sound pedagogy for teaching data structures at the introductory level with modern ideas in software engineering and object-oriented programming at the background. His good intention definitely will benefit his readers a lot in their early career. The book introduces readers to C++ and object-oriented programming using a "just-in-time" approach that leads readers from traditional techniques to more current ideas.

This book covered a lot advanced materials in code, such as search and sorting, recursion, and graph theory. The large projects at the end of each chapter are usually a challenge for advanced readers. This book also promote good coding practices and programming tricks that even some experienced programmers may still not know. He identified some common but subtle errors that even people with a few years of experience will still have. Another benefit of this book is Mr. Berman presented a variety of solutions to the same problem in the real World. This especially useful for young software engineers to thoroughly understand the problem and to find the best solution in their work in the future because they have been exposed by this approach in this book.

Even though I see some typographic errors, some conceptual errors, and maybe too early introduction of advanced subjects, I still recommend this book. If you know some about programming, or you know someone who will answer the important questions this book will raise, if any, your reading will be more beneficial experience.

We will see how this book will evolve in the future.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 2 people found the following review helpful:
4.0 out of 5 stars A Review of Data Structures Via C++ : Objects by Evolution, September 16, 1999
By A Customer
This review is from: Data Structures via C++: Objects by Evolution (Hardcover)
Reviewed by Qi Luo

Dr. Berman wrote a good book, "Data Structures Via C++: Objects by Evolution" with a lot of hands-on exercises and projects for Data Structures introduction, the most important corner stone for everyone who wants to take computer sciences as her or his career in the future. He promotes good coding techniques and other tips in his book and explained data structures by detailed examples. One important advantage to the book is that all code can be downloaded from Berman's web site. Most of the time this is extremely helpful, but here and there you can find code that has serious bugs or just doesn't work in some place.

Dr. Michael Berman tried to bring together the fundamental topics of a traditional introductory data structures course and the current world of C++ and object-oriented programming. His book, Data Structures via C++: Objects by Evolution offers an evolutionary approach to the subject. It combines a sound pedagogy for teaching data structures at the introductory level with modern ideas in software engineering and object-oriented programming at the background. His good intention definitely will benefit his readers a lot in their early career. The book introduces readers to C++ and object-oriented programming using a "just-in-time" approach that leads readers from traditional techniques to more current ideas.

This book covered a lot advanced materials in code, such as search and sorting, recursion, and graph theory. The large projects at the end of each chapter are usually a challenge for advanced readers. This book also promote good coding practices and programming tricks that even some experienced programmers may still not know. He identified some common but subtle errors that even people with a few years of experience will still have. Another benefit of this book is Mr. Berman presented a variety of solutions to the same problem in the real World. This especially useful for young software engineers to thoroughly understand the problem and to find the best solution in their work in the future because they have been exposed by this approach in this book.

Even though I see some typographic errors, some conceptual errors, and maybe too early introduction of advanced subjects, I still recommend this book. If you know some about programming, or you know someone who will answer the important questions this book will raise, if any, your reading will be more beneficial experience.

We will see how this book will evolve in the future.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 4 people found the following review helpful:
1.0 out of 5 stars Frustration and annoyance., August 6, 2001
This review is from: Data Structures via C++: Objects by Evolution (Hardcover)
This book is horrible. From a student's point of view, it is a very confusing book to just read by itself without a professor's aid. The examples (at times) are just code and there's hardly any in depth explanation for anything. I wish I could give this book no stars or negative stars. This book was written by the antichrist. I wish the pages were blank so at least I could use it as a notebook.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


0 of 1 people found the following review helpful:
4.0 out of 5 stars Beginners book, October 9, 2001
This review is from: Data Structures via C++: Objects by Evolution (Hardcover)
Its detailed & comprehensive book for beginners and can be used for course work. Nice & detailed examples.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


Most Helpful First | Newest First

This product

Data Structures via C++: Objects by Evolution
Data Structures via C++: Objects by Evolution by A. Michael Berman (Hardcover - March 13, 1997)
$122.00 $118.95
In Stock
Add to cart Add to wishlist