From 7e4369b2141dc14fcf098d7de45a07180eb6d351 Mon Sep 17 00:00:00 2001 From: Kevin Wayne Date: Mon, 31 Aug 2015 05:39:32 -0400 Subject: [PATCH] First commit --- LICENSE | 1 - README.md | 7 +++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 733c07236..9cecc1d46 100644 --- a/LICENSE +++ b/LICENSE @@ -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 . - diff --git a/README.md b/README.md index b253b81f8..038d57d3c 100644 --- a/README.md +++ b/README.md @@ -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.