
Data Structures and Algorithms in Java
- 720 pages
- English
- PDF
- Available on iOS & Android
Data Structures and Algorithms in Java
About this book
The design and analysis of efficient data structures has long been recognized as a key component of the Computer Science curriculum. Goodrich and Tomassia's approach to this classic topic is based on the object-oriented paradigm as the framework of choice for the design of data structures. For each ADT presented in the text, the authors provide an associated Java interface. Concrete data structures realizing the ADTs are provided as Java classes implementing the interfaces. The Java code implementing fundamental data structures in this book is organized in a single Java package, net.datastructures. This package forms a coherent library of data structures and algorithms in Java specifically designed for educational purposes in a way that is complimentary with the Java Collections Framework.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Cover
- Title Page
- Copyright
- Preface to the Sixth Edition
- Contents
- Chapter 1: Java Programming Basics
- Chapter 2: Object-Oriented Design
- Chapter 3: Arrays and Linked Lists
- Chapter 4: Analysis Tools
- Chapter 5: Recursion
- Chapter 6: Stacks and Queues
- Chapter 7: List Abstractions
- Chapter 8: Tree Structures
- Chapter 9: Heaps and Priority Queues
- Chapter 10: Hash Tables, Maps, and Skip Lists
- Chapter 11: Search Tree Structures
- Chapter 12: Strings and Dynamic Programming
- Chapter 13: Sorting and Selection
- Chapter 14: Graphs
- Chapter 15: Additional Topics
- Bibliography
- Index
- End User License Agreement