Cover image for C++ : plus data structures
Title:
C++ : plus data structures
Personal Author:
Edition:
Fifth edition
Publication Information:
Burlington, MA : Jones & Bartlett Learning, c2013
Physical Description:
xiv, 801 pages : illustrations ; 24 cm.
ISBN:
9781449646752

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000010341663 QA76.73.C153 D345 2013 Open Access Book Book
Searching...

On Order

Summary

Summary

Written by renowned author and educator Nell Dale, C++ Plus Data Structures, Fifth Edition explores the specifications, applications, and implementations of abstract data types with unmatched accessibility. Updated with new case studies and exercises throughout, this edition provides intuitive explanations that clarify abstract concepts, and approaches the study of data structures with emphasis on computer science theory and software engineering principles. Topics such as modularization, data encapsulation, information hiding, object-oriented decomposition, algorithm analysis, life-cycle software verification models, and data abstraction are carefully presented to foster solid software engineering techniques. In addition to real-world exercises and case studies that define Nell Dale's teaching philosophy, this Fifth Edition provides an increased emphasis on object-oriented design and an early introduction of object-oriented concepts.


Table of Contents

Chapter 1 Software Engineering Principles
Chapter 2 Data Design and Implementation
Chapter 3 ADT Unsorted List
Chapter 4 ADT Sorted List
Chapter 5 ADTs Stack and Queue
Chapter 6 Lists Plus
Chapter 7 Programming with Recursion
Chapter 8 Binary Search Trees
Chapter 9 Priority Queues, Heaps, Graphs, and Sets
Chapter 10 Sorting and Searching Algorithms