Published by Pearson (November 6, 2013) © 2014
Frank Carrano | Timothy HenryThis classic, best selling data structures text provides a firm foundation in data abstraction that emphasizes the distinction between specifications and implementation as the basis for an object-oriented approach. Software engineering principles and concepts as well as UML diagrams are used to enhance student understanding.
The full text downloaded to your computer
With eBooks you can:
- search for key concepts, words and phrases
- make highlights and notes as you study
- share your notes with friends
eBooks are downloaded to your computer and accessible either offline through the Bookshelf (available as a free download), available online and also via the iPad and Android apps.
Upon purchase, you'll gain instant access to this eBook.
Time limit
The eBooks products do not have an expiry date. You will continue to access your digital ebook products whilst you have your Bookshelf installed.
- Chapter 1 Data Abstraction: The Walls
- Chapter 2 Recursion: The Mirrors
- Chapter 3 Array-Based Implementations
- Chapter 4 Link-Based Implementations
- Chapter 5 Recursion as a Problem-Solving Technique
- Chapter 6 Stacks
- Chapter 7 Stack Implementations
- Chapter 8 Lists
- Chapter 9 List Implementations
- Chapter 10 Algorithm Efficiency
- Chapter 11 Sorting Algorithms and Their Efficiency
- Chapter 12 Sorted Lists and Their Implementations
- Chapter 13 Queues and Priority Queues
- Chapter 14 Queue Implementations
- Chapter 15 Trees
- Chapter 16 Tree Implementations
- Chapter 17 Heaps
- Chapter 18 Dictionaries and Their Implementations
- Chapter 19 Balanced Search Trees
- Chapter 20 Graphs
- Chapter 21 Processing Data in External Storage