Data Structures and Algorithms in Java

Data Structures and Algorithms in Java
ISBN-10
0471469831
ISBN-13
9780471469834
Series
Data Structures and Algorithms in Java
Category
Computers / Programming / General
Pages
681
Language
English
Published
2004
Publisher
Wiley
Authors
Michael T. Goodrich, Roberto Tamassia

Description

The third edition of this conceptually elegant and pedagogically innovative text continues to incorporate the object-oriented design paradigm, using Java as the implementation language, while also providing intuition and analysis of fundamental data structures and algorithms. All of this is done in a clear, friendly writing style that uses visuals to introduce and simplify important analytic and mathematical concepts.
* Entirely new chapter on recursion
* Additional exercises on the analysis of simple algorithms
* New case study on parenthesis matching and HTML validation

Other editions

Similar books

  • Data Structures and Algorithms in Java
    By Michael T. Goodrich, Roberto Tamassia, Michael H. Goldwasser

    ... Java, version 1.8. For each abstract data type (ADT) presented in thetext,theauthorsprovideanassociatedJava Data Structures & Algorithms in Java TM Sixth Edition interface. Concrete data structures realizing the ADTs are provided as Java ...

  • Data Structures and Algorithms in Java
    By Michael T. Goodrich, Roberto Tamassia, Michael H. Goldwasser

    Vice President and Executive Publisher Don Fowley Executive Editor Beth Lang Golub Assistant Marketing Manager Debbie Martin Sponsoring Editor Mary O'Sullivan Project Editor Ellen Keohane Associate Production Manager Joyce Poh Cover ...

  • Data Structures and Algorithms Using Java
    By William McAllister

    Data Structures & Theory of Computation

  • Data Structures and Algorithm Analysis in Java
    By Mark Allen Weiss

    As the speed and power of computers increases, so does the need for effective programming and algorithm analysis. By approaching these skills in tandem, Mark Allen Weiss teaches readers to...

  • Data Structures and Algorithms in Java
    By Peter Drake

    An abundance of unique, interesting examples, use of the Unified Modeling Language throughout, and the newest Java 1.5 features characterize this text.

  • A Practical Guide to Data Structures and Algorithms using Java
    By Sally. A Goldman, Kenneth. J Goldman

    [156] Mark Allen Weiss. Data Structures and Algorithm Analysis in C++. Addison-Wesley, 1994. [157] J. Williams. Algorithm 232 (HEAPSORT). Communications of the ACM, 7:347–348, 1964. [158] Derick Wood. Data structures, algorithms ...

  • Java 9 Data Structures and Algorithms
    By Debasish Ray Chawdhuri

    Gain a deep understanding of the complexity of data structures and algorithms and discover the right way to write more efficient code About This Book This book provides complete coverage of reactive and functional data structures Based on ...

  • Beginning Java Data Structures and Algorithms: Sharpen your problem solving skills by learning core computer science concepts in a pain-free...
    By James Cutajar

    By knowing how these solutions work, you can ensure that you choose the right tool when you face these problems. This book teaches you tools that you can use to build efficient applications.

  • Think Data Structures: Algorithms and Information Retrieval in Java
    By Allen Downey

    If you’re a student studying computer science or a software developer preparing for technical interviews, this practical book will help you learn and review some of the most important ideas in software engineering—data structures and ...

  • Data Structures and Algorithms in Java, 6th Edition
    By Michael T. Goodrich, Roberto Tamassia, Michael H. Goldwasser

    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.