Java structures : data structures in java for the principled programmer (2nd Ed.)

Author:

Language: English
Cover of the book Java structures : data structures in java for the principled programmer

Subject for Java structures : data structures in java for the...

Approximative price 54.61 €

Subject to availability at the publisher.

Add to cartAdd to cart
Publication date:
400 p. · Paperback
The second edition of Duane Bailey's Java Structures offers a fresh, compact introduction to the design of traditional data structures in Java. The book is supported by a book web site at where all code is posted for the book's examples, documentation, and the STRUCTURE package. The book is the perfect size for students to grasp, with enough classes for the student/programmer to choose and appropriate data structure, but no so many as to overwhelm. The STRUCTURE package is a complete, tested unit that forms the core of data structures that can be used in other applications students might write for other classes. It is a resource that students will make use of for several years of college.
Chapter 0 Introduction Chapter 1 The Object-Oriented Method Chpater 2 Comments, Conditions, and Assertions Chapter 3 Vectors Chapter 4 Design Fundamentals Chapter 5 Sorting Chapter 6 Lists Chapter 7 Linear Structures Chapter 8 Iterators Chapter 9 Ordered Structures Chapter 10 Trees Chapter 11 Priority Queues Chapter 12 Search Trees Chapter 13 Dictionaries Chapter 14 Graphs Appendix A A Sip of Java Appendix B Use of the Keyword Protected Appendix C Principles Appendix D Structure Package Hierarchy Appendix E Selected Answers