Enterprise Java Community: Review: Algorithms in Java
(www.theserverside.com)
Posted over 3 years ago.
Algorithms in Java, by Robert Sedgewick, is a Java-based version of a curriculum written in 1983 by Professor Sedgewick. It's currently in two volumes: the first covers fundamentals, data structures, sorting, and searching, and the second volume covers graph algorithms. Both use idiomatic Java for all code examples, and provide a thorough walkthrough of the underlying concepts covered.


Comments
You need to log in to post comments.