A revolutionary book that intertwines problem solving and software engineering with the study of traditional data structures topics Promotes a five-step methodology to limit program errors and increase efficiency: problem specification, analysis, design, implementation, and testing The Java Application Programming Interface (API) is used throughout and wherever possible, the specification and interface for a data structure follow the Java Collections Framework
This is a must read for for new developers. It introduces the concepts and various implementations of classic data structures and sorting algorithms which build the foundations for a deeper understanding of the world of software development.
Very rudimentary. It shows basic uses of some data structures with Java, but not much more than that. Personally, I'd read a book on Java and one on data structures and complexity separately.