Skip to content

Files

Latest commit

10cb47b · Mar 16, 2015

History

History
17 lines (12 loc) · 599 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 599 Bytes

princeton-java-algorithms

Contains the mavenized examples for the textbook Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne. The examples cover the most important algorithms and data structures in use today.

http://algs4.cs.princeton.edu/

You can use the following dependency in your pom.xml:

<dependency>
  <groupId>com.googlecode.princeton-java-algorithms</groupId>
  <artifactId>algorithms</artifactId>
  <version>4.0.1</version>
</dependency>