Skip to content

✌🏼 Free Shipping on orders £20

Data Structures And Algorithms In Java

Data Structures And Algorithms In Java

By: Michael T. Goodrich
Genre:
  • Object-oriented programming (OOP)
Regular price $64.00
Sale price $64.00 Regular price
Tax included. Shipping calculated at checkout.

Quick, only 1 item left in stock!

  • Free UK shipping on orders over £20
  • Order before 1pm for same day dispatch
Sold and shipped by SpeedyHen
Payment & Security
Payment methods
  • American Express
  • Apple Pay
  • Bancontact
  • Diners Club
  • Discover
  • Google Pay
  • Maestro
  • Mastercard
  • Shop Pay
  • Union Pay
  • Visa

Your payment information is processed securely. We do not store credit card details nor have access to your credit card information.

Data Structures And Algorithms In Java

Data Structures And Algorithms In Java

Regular price $64.00
Sale price $64.00 Regular price
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.