The third edition of Java Software Structures embraces the enhancements of the latest version of Java (Java 6, as well as Java 5), where all structures and collections are based on generics. The framework of the text walks the reader through three main areas: conceptualization, explanation, and implementation, allowing for a consistent and coherent introduction to data structures. Readers learn how to develop high-quality software systems using well-designed collections and algorithms.
Chapter 1 : Introduction
Chapter 2 : Analysis of Algorithms
Chapter 3 : Collections
Chapter 4 : Linked Structures
Chapter 5 : Queues
Chapter 6 : Lists
Chapter 7 : Recursion
Chapter 8 : Sorting and Searching
Chapter 9 : Trees
Chapter10 : Binary Search Trees
, etc.