Jump to ratings and reviews
Rate this book

Data Abstraction & Problem Solving with C++: Walls and Mirrors

Rate this book
Data Abstraction and Problem Solving with Walls & Mirrors provides a firm foundation in data abstraction that emphasizes the distinction between specifications and implementation as the basis for an object-oriented approach. Software engineering principles and concepts as well as UML diagrams are used to enhance student understanding.

840 pages, Paperback

First published November 11, 2012

4 people are currently reading
28 people want to read

About the author

Frank Carrano

12 books2 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
5 (33%)
4 stars
5 (33%)
3 stars
5 (33%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 of 1 review
Profile Image for Brian Salehi.
19 reviews2 followers
July 14, 2022
This is my first attempt of delving into algorithms and data structures, so I can't compare this book with others, but I'm confident to say that this book is really necessary for C++ programmers who happen to miss algorithm skills like I did. It gently steps through all the essentials without ever boring the reader, then implements basic data structures and explains all the details comprehensively. I'm happy I picked this book as my first algorithms book, because author did a great job in introducing algorithms and data structures in modern C++. However, reader should not expect to understand all the algorithms available or even get know the best C++ implementations of them in this book. Surely you will need to heavily rely on containers and algorithms in Standard Template Library and connect them with whatever you learned in this book. Only then you will be able to understand the underlying details of STL containers and why they are the way they are. Thank you for this great work Frank.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.