Robert Sedgewick Book order






- 2021
- 2017
Introduction to Programming in Java
- 784 pages
- 28 hours of reading
Programming skills are indispensable in today's world, not just for computer science students, but also for anyone in any scientific or technical discipline. Introduction to Programming in Java, Second Edition, by Robert Sedgewick and Kevin Wayne is an accessible, interdisciplinary treatment that emphasizes important and engaging applications, not toy problems. The authors supply the tools needed for students and professionals to learn that programming is a natural, satisfying, and creative experience, and to become conversant with one of the world's most widely used languages. -- Provided by publisher
- 2011
Algorithms
- 955 pages
- 34 hours of reading
The standard algorithm guide for working programmers. It has been thoroughly updated to reflect today's latest, most powerful algorithms.
- 2008
Algorithms in C++
- 752 pages
- 27 hours of reading
- 2001
Algorithms in C, Parts 1-5
Fundamentals, Data Structures, Sorting, Searching, and Graph Algorithms
- 1200 pages
- 42 hours of reading
The comprehensive revision of Robert Sedgewick's algorithms texts offers an in-depth exploration of both foundational concepts and advanced topics. It includes extensive coverage of data structures, sorting, searching, and graphing algorithms, essential for applications like network connectivity and resource allocation. With nearly 2,000 new exercises and practical real code examples, this resource is tailored for developers, researchers, and students, blending theoretical insights with practical implementation strategies.