Skip to content

fracpete/princeton-java-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

The most important algorithms and data structures in use today.

Topics

Resources

License

Stars

Watchers

Forks

Languages