Data Structures and Problem Solving Using C++ (2nd Edition)
📄 Viewing lite version
Full site ›
Book Details
Author(s)Mark A. Weiss
PublisherPearson
ISBN / ASIN020161250X
ISBN-139780201612509
AvailabilityUsually ships in 24 hours
Sales Rank1,243,471
CategoryComputers
MarketplaceUnited States 🇺🇸
Description ▲
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). Features *Promotes abstract thinking by sepa
More Books in Computers
Mastering VBA for Microsoft Office 2013
View
Foundation iPhone App Development: Build An iPhone App…
View
Precalculus: A Functional Approach to Graphing and Pro…
View
MIS
View
The Business of Android Apps Development: Making and M…
View
Joomla! 3 Boot Camp: 30-Minute Lessons to Joomla! 3 Ma…
View
Administering Apache
View
Build Your Own Gaming PC: The step-by-step manual to b…
View