๐”– Scriptorium
โœฆ   LIBER   โœฆ

๐Ÿ“

Data Structures and Algorithms in Java

โœ Scribed by Peter Drake


Publisher
Prentice Hall
Year
2005
Tongue
English
Leaves
592
Edition
illustrated edition
Category
Library

โฌ‡  Acquire This Volume

No coin nor oath required. For personal study only.

โœฆ Synopsis


This new book provides a concise and engaging introduction to Java and object-oriented programming with an abundance of original examples, use of Unified Modeling Language throughout, and coverage of the new Java 1.5. Addressing critical concepts up front, the book's five-part structure covers object-oriented programming, linear structures, algorithms, trees and collections, and advanced topics. KEY FEATURES: Data Structures and Algorithms in Java takes a practical approach to real-world programming and introduces readers to the process of crafting programs by working through the development of projects, often providing multiple versions of the code and consideration for alternate designs. The book features the extensive use of games as examples; a gradual development of classes analogous to the Java Collections Framework; complete, working code in the book and online; and strong pedagogy including extended examples in most chapters along with exercises, problems and projects. For readers and professionals with a familiarity with the basic control structures of Java or C and a pre-calculus level of mathematics who want to expand their knowledge to Java data structures and algorithms. Ideal for a second undergraduate course in computer science.


๐Ÿ“œ SIMILAR VOLUMES


Data Structures and Algorithms in Java
โœ Robert Lafore ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐Ÿ› Sams ๐ŸŒ English

This guy does a great job of balancing tech with down to earth understanding. I used this book in my second tier programming class (OOP data structures) and it was the first book that I could really dive into, read his text and then take the code apart and understand it. He has very nice code exampl

Data Structures and Algorithms in Java
โœ Michael T. Goodrich, Roberto Tamassia ๐Ÿ“‚ Library ๐Ÿ“… 2005 ๐Ÿ› Wiley ๐ŸŒ English

I must echo the concerns that other students have presented with respect to this book. It significantly detracted from my learning of data structures in undergraduate CS. The more that I wanted to learn data structures, the more confused I became when I attempted to read the book and implement/modif

Data structures and algorithms in Java
โœ Adam Drozdek ๐Ÿ“‚ Library ๐Ÿ“… 2005 ๐Ÿ› Cengage Learning ๐ŸŒ English

Using the Java programming language, author Adam Drozdek highlights three important aspects of data structures and algorithms. First, the book places special emphasis on the connection between data structures and their algorithms, including an analysis of the algorithms' complexity. Second, the book

Data structures and algorithms in Java
โœ Drake, Peter ๐Ÿ“‚ Library ๐Ÿ“… 2005;2008 ๐Ÿ› Pearson; Prentice Hall ๐ŸŒ English

<b></b><b>KEY BENEFITS:</b>This new book provides a concise and engaging introduction to Java and object-oriented programming with an abundance of original examples, use of Unified Modeling Language throughout, and coverage of the new Java 1.5. Addressing critical concepts up front, the book's five-

Data Structures and Algorithms in Java
โœ Lafore, Robert ๐Ÿ“‚ Library ๐Ÿ“… 2002 ๐Ÿ› Sams Publishing ๐ŸŒ English

<p><i>Data Structures and Algorithms in Java, Second Edition</i>is designed to be easy to read and understand although the topic itself is complicated. Algorithms are the procedures that software programs use to manipulate data structures. Besides clear and simple example programs, the author includ