An open API service indexing awesome lists of open source software.

https://github.com/fracpete/princeton-java-algorithms

The most important algorithms and data structures in use today.
https://github.com/fracpete/princeton-java-algorithms

algorithms java

Last synced: 10 months ago
JSON representation

The most important algorithms and data structures in use today.

Awesome Lists containing this project

README

          

princeton-java-algorithms
=========================

Contains the [mavenized](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.googlecode.princeton-java-algorithms%22) 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`:

```xml

com.googlecode.princeton-java-algorithms
algorithms
4.0.1

```