Jump to ratings and reviews
Rate this book

Data Structures and Problem Solving Using C++

Rate this book
Data Structures and Problem Solving Using C++ provides a practical introduction to data structures and algorithms from the viewpoint of abstract thinking and problem solving, as well as the use of C++. It is a complete revision of Weiss' successful CS2 book Algorithms, Data Structures, and Problem Solving with C++. The most unique aspect of this text is the clear separation of the interface and implementation. C++ allows the programmer to write the interface and implementation separately, to place them in separate files and compile separately, and to hide the implementation details. This book goes a step further: the interface and implementation are discussed in separate parts of the book. Part I (Objects and C++), Part II (Algorithms and Building Blocks), and Part III (Applications) lay the groundwork by discussing basic concepts and tools and providing some practical examples, but implementation of data structures is not shown until Part IV (Implementations). This separation of interface and implementation promotes abstract thinking. Class interfaces are written and used before the implementation is known, forcing the reader to think about the functionality and potential efficiency of the various data structures (e.g., hash tables are written well before the hash table is implemented). Throughout the book, Weiss has included the latest features of the C++ programming language, including a more prevalent use of the Standard Template Library (STL).

984 pages, Paperback

Published November 23, 1999

4 people are currently reading
44 people want to read

About the author

Mark Allen Weiss

31 books11 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
10 (45%)
4 stars
4 (18%)
3 stars
2 (9%)
2 stars
5 (22%)
1 star
1 (4%)
Displaying 1 of 1 review
Profile Image for DJ.
317 reviews289 followers
December 19, 2008
Reading this book was far more enlightening and less time-consuming than going to lecture for my data structures course, but there are certainly better books out there. I'm excited to start Knuth's tomes soon and expect to find that they will have been a much better substitute.
Displaying 1 of 1 review

Can't find what you're looking for?

Get help and learn more about the design.