Multifaceted in its approach, this text provides a conceptual framework for thinking about, implementing and using data structures, offers an introduction to C++ - with emphasis on data structures - and teaches a modern data abstraction style of programming. The book provides a complete introduction to C++, data abstraction and data abstraction programming in C++, teaching effective uses of C++ as a data abstraction language without getting into the complexities of inheritance and object-oriented programming, and offers a disciplined conceptual framework that reveals essential similarities among kinds of structures. The book organizes implementations around a set of fundamental operations common to all data structures and analyzes the organizational and functional characteristics of the different kinds of data structures. The text shows full implementation of every data structure discussed, sometimes with several variations, and the readable coding style emphasizes modern data abstraction approaches.
Sprache
Verlagsort
Verlagsgruppe
Pearson Education Limited
Zielgruppe
Für höhere Schule und Studium
Illustrationen
Maße
Höhe: 235 mm
Breite: 178 mm
Gewicht
ISBN-13
978-0-13-291279-2 (9780132912792)
Copyright in bibliographic data is held by Nielsen Book Services Limited or its licensors: all rights reserved.
Schweitzer Klassifikation
Part 1 Preliminaries: introduction; data abstraction in C++. Part 2 Storage structures: arrays; records; streams. Part 3 State structures: stacks; queues; priority queues. Part 4 Linked structures: lists; trees; graphs. Part 5 Association structures: tables; search trees.