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.
- Host: GitHub
- URL: https://github.com/fracpete/princeton-java-algorithms
- Owner: fracpete
- License: gpl-3.0
- Created: 2015-03-15T22:18:23.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-16T02:41:31.000Z (almost 11 years ago)
- Last Synced: 2024-10-19T12:15:57.681Z (over 1 year ago)
- Topics: algorithms, java
- Language: Java
- Homepage: http://algs4.cs.princeton.edu/
- Size: 348 KB
- Stars: 51
- Watchers: 10
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```