Data Structures and Other Objects Using C++
Michael Main is a computer science associate professor at the University of Colorado at Boulder. Washington State University is where he received his BS, MS, and PhD.
Walter Savitch is an Emeritus Professor of Computer Science at the University of California, San Diego. Complexity theory, formal language theory, computational linguistics, and the development of computer science education materials, including numerous top textbooks, are among his research interests. He received his doctorate in mathematics from the University of California, Berkeley.
Among the best books on data structures, Data Structures and Other Objects Using C++ is a gentle introduction to the C++ data structures course. This text provides an early, self-contained overview of object-oriented programming and C++, giving students a good understanding of important ideas and allowing those experienced in another language to simply adjust.. Because the course is designed to be flexible, professors can emphasize object-oriented programming, cover recursion and sorting early, or accelerate the speed of the course. Finally, a solid foundation in creating and exploiting abstract data types is presented, as well as a variety of advanced subjects such as B-trees for project development and graphs.
Author: Walter J. Savitch and M. Main
Link to buy: https://www.amazon.com/Data-Structures-Other-Objects-Using/dp/0132129485/
Ratings: 4.0 out of 5 stars (from 79 reviews)
Best Sellers Rank: #188,567 in Books
#7 in Data Structure and Algorithms
#63 in C++ Programming Language
#115 in Database Storage & Design