Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-wayne committed Aug 31, 2015
1 parent 8468f0d commit 7e4369b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -672,4 +672,3 @@ may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<http://www.gnu.org/philosophy/why-not-lgpl.html>.

7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
Algorithms 4/e textbook libraries by Robert Sedgewick and Kevin Wayne

This repository stores all of the algorithms and data structures from the textbook
Algorithms, Fourth Edition by Robert Sedgewick and Kevin Wayne packaged as algs4.jar.
For more details, see
Algorithms, Fourth Edition by Robert Sedgewick and Kevin Wayne in the Java package
edu.princeton.cs.algs4. For more details, see

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

This is the library used in Algorithms Part I and II on Coursera.

This repository is under development and not yet ready for public consumption.
It includes all of the source code, class files (backward compatible with Java 6),
and Javadoc for algs4.jar.
The source code is backwards compatible with Java 6.

0 comments on commit 7e4369b

Please sign in to comment.