Cantitate/Preț
Produs

Objects, Abstraction and Data Structures Using C++ (WSE)

Autor E Koffman
en Limba Engleză Paperback – 10 noi 2005
"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.
Citește tot Restrânge

Preț: 92380 lei

Preț vechi: 166812 lei
-45% Nou

Puncte Express: 1386

Preț estimativ în valută:
17680 18652$ 14734£

Carte indisponibilă temporar

Doresc să fiu notificat când acest titlu va fi disponibil:

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780471467557
ISBN-10: 0471467553
Pagini: 832
Dimensiuni: 190 x 237 x 28 mm
Greutate: 1.27 kg
Editura: Wiley
Locul publicării:Hoboken, United States

Public țintă

Information Technology Specialists and Students and Instructors of Computer Science.

Cuprins


Descriere

This book combines a strong emphasis on problem solving and software design with the study of data structures. After providing the specification and implementation of an abstract data type, the authors cover case studies that use the data structure to solve a significant problem.