Jump to ratings and reviews
Rate this book

Data Structures: Abstraction and Design Using Java

Rate this book
Data Structures: Abstraction and Design Using Java offers a coherent and well-balanced presentation of data structure implementation and data structure applications with a strong emphasis on problem solving and software design. Step-by-step, the authors introduce each new data structure as an abstract data type (ADT), explain its underlying theory and computational complexity, provide its specification in the form of a Java interface, and demonstrate its implementation as one or more Java classes. Case studies using the data structures covered in the chapter show complete and detailed solutions to real-world problems, while a variety of software design tools are discussed to help students "Think, then code."



The book supplements its rigorous coverage of basic data structures and algorithms with chapters on sets and maps, balanced binary search trees, graphs, event-oriented programming, testing and debugging, and other key topics. Now available as an enhanced e-book, the fourth edition of Data Structures: Abstraction and Design Using Java enables students to measure their progress after completing each section through interactive questions, quick-check questions, and review questions.

688 pages, Paperback

First published August 9, 2004

7 people are currently reading
114 people want to read

About the author

Elliot B Koffman

9 books1 follower

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
16 (25%)
4 stars
24 (38%)
3 stars
16 (25%)
2 stars
4 (6%)
1 star
2 (3%)
Displaying 1 - 2 of 2 reviews
8 reviews2 followers
March 19, 2011
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.
Profile Image for Loke.
Author 1 book1 follower
February 8, 2019
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.
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.