Koffman and Wolfgang introduce data structures in the context of C++ programming. They embed the design and implementation of data structures into the practice of sound software design principles that are introduced early and reinforced by 20 case studies. Data structures are introduced in the C++
Objects, Abstraction, Data Structures and Design: Using C++
β Scribed by Elliot B. Koffman, Paul A. T. Wolfgang
- Publisher
- Wiley
- Year
- 2005
- Tongue
- English
- Leaves
- 834
- Edition
- 1
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
Think, Then Code
When it comes to writing code, preparation is crucial to success. Before you can begin writing successful code, you need to first work through your options and analyze the expected performance of your design. Thats why Elliot Koffman and Paul Wolfgangs Objects, Abstraction, Data Structures, and Design: Using C++ encourages you to Think, Then Code, to help you make good decisions in those critical first steps in the software design process.
The text helps you thoroughly understand basic data structures and algorithms, as well as essential design skills and principles. Approximately 20 case studies show you how to apply those skills and principles to real-world problems. Along the way, youll gain an understanding of why different data structures are needed, the applications they are suited for, and the advantages and disadvantages of their possible implementations.
Key Features
Object-oriented approach.
Data structures are presented in the context of software design principles.
20 case studies reinforce good programming practice.
Problem-solving methodology used throughout... Β«Think, then code!Β»
Emphasis on the C++ Standard Library.
Effective pedagogy.
π SIMILAR VOLUMES
This version of the book uses the latest Java technology, Java 2 Standard Edition Version 5.0 (J2SE V. 5.0), or otherwise known as "Version 5.0." This revolutionary book intertwines problem solving and software engineering with the study of traditional data structures topics. The boo
Mark Lewisβ<i>Introduction to the Art of Programming Using Scala</i>was the first textbook to use Scala for introductory CS courses. Fully revised and expanded, the new edition of this popular text has been divided into two books.<b>Object-Orientation, Abstraction, and Data Structures Using Scala, S
Mark Lewisβ<i>Introduction to the Art of Programming Using Scala</i>was the first textbook to use Scala for introductory CS courses. Fully revised and expanded, the new edition of this popular text has been divided into two books.<b>Object-Orientation, Abstraction, and Data Structures Using Scala, S
This book lays the foundation for programmers to build their skills. The focus is placed on how to implement effective programs using the JCL instead of producing mathematical proofs. The coverage is updated and streamlined to provide a more accessible approach to programming. Theyβll be able to dev