𝔖 Scriptorium
✦   LIBER   ✦

📁

Algorithms in Java, Parts 1-4

✍ Scribed by Robert Sedgewick


Publisher
Addison-Wesley Professional
Year
2002
Tongue
English
Leaves
768
Edition
3
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


Sedgewick has a real gift for explaining concepts in a way that makes them easy to understand. The use of real programs in page-size (or less) chunks that can be easily understood is a real plus. The figures, programs, and tables are a significant contribution to the learning experience of the reader; they make this book distinctive.-William A. Ward, University of South AlabamaThis edition of Robert Sedgewick's popular work provides current and comprehensive coverage of important algorithms for Java programmers. Michael Schidlowsky and Sedgewick have developed new Java implementations that both express the methods in a concise and direct manner and provide programmers with the practical means to test them on real applications.Many new algorithms are presented, and the explanations of each algorithm are much more detailed than in previous editions. A new text design and detailed, innovative figures, with accompanying commentary, greatly enhance the presentation. The third edition retains the successful blend of theory and practice that has made Sedgewick's work an invaluable resource for more than 400,000 programmers!This particular book, Parts 1-4, represents the essential first half of Sedgewick's complete work. It provides extensive coverage of fundamental data structures and algorithms for sorting, searching, and related applications. Although the substance of the book applies to programming in any language, the implementations by Schidlowsky and Sedgewick also exploit the natural match between Java classes and abstract data type (ADT) implementations.

✦ Subjects


Информатика и вычислительная техника;Информатика (программирование);Программирование на Java;


📜 SIMILAR VOLUMES


Algorithms in Java, Parts 1-4
✍ Sedgewick, Robert 📂 Library 📅 2002 🏛 Pearson Education Limited (US titles);Addison Wesl 🌐 English

Sedgewick has a real gift for explaining concepts in a way that makes them easy to understand. The use of real programs in page-size (or less) chunks that can be easily understood is a real plus. The figures, programs, and tables are a significant contribution to the learning experience of the reade

Algorithms in Java, Third Edition, Parts
✍ Sedgewick, Robert;Schidlowsky, Michael 📂 Library 📅 2002 🏛 Addison-Wesley Professional 🌐 English

By blending theory and practice, this book appeals equally to both the academic and professional markets. For the first time, Sedgewick's seminal work on algorithms and data structures is available with implementations in Java. The author has developed new Java code that both expresses the methods i

Algorithms in Java, Parts 1-4 (3rd Editi
✍ Robert Sedgewick 📂 Library 📅 2002 🏛 Addison-Wesley Professional 🌐 English

[...]I have at least half of both volumes, and it really seems to me that there are real problems here with the exposition. Let me see if I can elaborate. Here is an actual sentence from the book- We construct a symbol table that is made up of an ordered array of keys, except that we keep in that

Algorithms in Java, Part 5: Graph Algori
✍ Robert Sedgewick 📂 Library 📅 2003 🏛 Addison-Wesley Professional 🌐 English

Once again, Robert Sedgewick provides a current and comprehensive introduction to important algorithms. The focus this time is on graph algorithms, which are increasingly critical for a wide range of applications, such as network connectivity, circuit design, scheduling, transaction processing, and