Objects, Abstraction, Data Structures and Design: Using C++ 1st Edition by Paul A. T. Wolfgang (PDF)

3

 

Ebook Info

  • Published: 2005
  • Number of pages: 832 pages
  • Format: PDF
  • File Size: 13.43 MB
  • Authors: Paul A. T. Wolfgang

Description

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++ STL format whenever possible. Each new data structure is introduced by describing its interface in the STL. Next, one or two simpler applications are discussed then the data structure is implemented following the interface previously introduced. Finally, additional advanced applications are covered in the case studies, and the cases use the STL. In the implementation of each data structure, the authors encourage students to perform a thorough analysis of the design approach and expected performance before actually undertaking detailed design and implementation. Students 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.Case studies follow a five-step process (problem specification, analysis, design, implementation, and testing) that has been adapted to object-oriented programming. Students are encouraged to think critically about the five-step process and use it in their problem solutions. Several problems have extensive discussions of testing and include methods that automate the testing process. Some cases are revisited in later chapters and new solutions are provided that use different data structures.The text assumes a first course in programming and is designed for Data Structures or the second course in programming, especially those courses that include coverage of OO design and algorithms. A C++ primer is provided for students who have taken a course in another programming language or for those who need a review in C++. Finally, more advanced coverage of C++ is found in an appendix.Course Hierarchy:Course is the second course in the CS curriculumRequired of CS majorsCourse names include Data Structures and Data Structures & Algorithms

User’s Reviews

Editorial Reviews: From the Inside Flap “It is a practical book with emphasis on real problems the programmers encounter daily.” —Dr. Tim H. Lin, California State Polytechnic University, Pomona “My overall impressions of this book are excellent. This book emphasizes the three areas I want: advanced C++, data structures and the STL and is much stronger in these areas than other competing books.” —Al Verbanec, Pennsylvania State University 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. That’s why Elliot Koffman and Paul Wolfgang’s 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, you’ll 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.TO LEARN MORE ABOUT THESE KEY FEATURES, PLEASE SEE THE FEATURES PAGE AND PREFACE. From the Back Cover “It is a practical book with emphasis on real problems the programmers encounter daily.” —Dr. Tim H. Lin, California State Polytechnic University, Pomona “My overall impressions of this book are excellent. This book emphasizes the three areas I want: advanced C++, data structures and the STL and is much stronger in these areas than other competing books.” —Al Verbanec, Pennsylvania State University 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. That’s why Elliot Koffman and Paul Wolfgang’s 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, you’ll 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.TO LEARN MORE ABOUT THESE KEY FEATURES, PLEASE SEE THE FEATURES PAGE AND PREFACE. About the Author Elliot Koffman is currently Professor of Computer and Information Sciences at Temple University. He received his Ph.D. at Case Institute of Technology. He has authored and co-authored numerous textbooks and other publications. Paul Wolfgang is currently Professor of Computer and Information Sciences at Temple University. He received his B.S. in electrical engineering at University of Pennsylvania. Read more

Reviews from Amazon users which were colected at the time this book was published on the website:

⭐This was a required book for a course in data structures. The explanations were clear, and I liked the illustrations. I seldom needed to look outside this book to complete my data structures homework.

⭐It is just my first time to buy things from amazon and it was my first time to experience the greatness of their services. I needed the text book ready to be used in my classes urgently and yet to get it in a cheap price as soon as possible. When my friend recommended to me to use Amazon I was skeptical about the time it would take for that book “Objects, Abstractions and Problem Solving by Using C++” to get to me. However, I chose to get my text book to be shipped to me in 3 business days by only paying $23 shipping fee in which it did not increase the total price of the product to compare with the text books from physical bookstores.Amazon revealed a new fabulastic alternative for me to get cheap, nice quality and timely efficiently delivered text books::: I invite all of you who’ve been stuck with the expensive bookstores to take a minute to explore a new way of getting the cheapest txt books online, and worldwide..

⭐Came in great condition and I love reading it! It’s clear and concise.

⭐Of all my coding textbooks, this one has been the hardest to get into…. Assembly is more riveting than this textbook. It’s not their job to entertain me, of course, but there’s something off.

⭐Great resource for understanding structures but half of the c++ code simply does not work anymore so be ready for that and to do research to figure it out.

⭐The book is very clean. It definitely doesn’t look like a second hand book. I got the book in three days after I ordered. Very nice deal

⭐The book is brand new. The shippment is okay. I would like to recommand it to my friends. The books are cheaper than book shops.

⭐What is it with this book? It’s like they’re using an unknown language to teach you another language. The only programming I’ve done was in an introductory C++ class (which I got an “A” in). This is not a good study source, especially if you’re trying to understand the material on your own.

⭐This textbook was required for my computer science course but I never read it, don’t have time. I have skimmed it and it seems like a typical programming book.

Keywords

Free Download Objects, Abstraction, Data Structures and Design: Using C++ 1st Edition in PDF format
Objects, Abstraction, Data Structures and Design: Using C++ 1st Edition PDF Free Download
Download Objects, Abstraction, Data Structures and Design: Using C++ 1st Edition 2005 PDF Free
Objects, Abstraction, Data Structures and Design: Using C++ 1st Edition 2005 PDF Free Download
Download Objects, Abstraction, Data Structures and Design: Using C++ 1st Edition PDF
Free Download Ebook Objects, Abstraction, Data Structures and Design: Using C++ 1st Edition

Previous articleData Abstraction & Problem Solving with C++: Walls and Mirrors 7th Edition by Frank Carrano (PDF)
Next articleData Structures and Algorithms in C++, Second Edition 2nd Edition by Adam Drozdek (PDF)