Jump to ratings and reviews
Rate this book

Data Structures and Other Objects Using C++

Rate this book
The introductory data structures (CS2) course became a lot more engaging to beginning programmers when Data Structures and Other Objects Using C++ was first published. With this revision of their widely used book, Michael Main and Walter Savitch further refine their approach; an approach widely lauded for taking a student's needs into consideration. The authors carefully balance coverage of both data structures and object-oriented programming to insure that the material is presented in an easily understandable manner. Topics are presented in an order that is appropriate for beginners by focusing on the fundamental data structures up-front and with more challenging material (e.g. inheritance) later on. The book begins with an early and self-contained review of key C++ and object-oriented topics. It then moves on to cover the well-known data bag, sequential list, stack, queue, priority queue, set, dictionary, hash table, and graphs. Each class is introduced following the steps of specification, use, design, implementation, and analysis.

783 pages, Paperback

First published January 1, 1996

50 people are currently reading
111 people want to read

About the author

Michael G. Main

7 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
16 (25%)
4 stars
15 (23%)
3 stars
18 (28%)
2 stars
13 (20%)
1 star
2 (3%)
Displaying 1 - 3 of 3 reviews
Profile Image for Chris Seltzer.
618 reviews3 followers
June 5, 2023
This is a perfectly fine book for explaining the basics of data structures. It covers all of the standard examples and does so well.

I'm not sure how I'd differentiate it from every other similar book but it's perfectly fine for what it is.
8 reviews
June 4, 2015
Great intro book, well explained with thorough explanations and provoking examples. I'm just not a huge fan of C and this book stops short of really getting into the OO aspects of C++
Displaying 1 - 3 of 3 reviews

Can't find what you're looking for?

Get help and learn more about the design.