Justin Wetherell's Algorithms on https://code.google.com/p/java-algorithms-implementation/
<repository>
<id>nitin.public.maven.repository.snapshot</id>
<name>Nitin's Public Snapshot Repository</name>
<url>https://raw.github.com/nitinverma/public.maven.repository/master/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<dependency>
<groupId>edu.jwetherell</groupId>
<artifactId>jw-algorithms</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>