From 6414f9bbeaad5c0f4a718538c92fcdfbc4304abc Mon Sep 17 00:00:00 2001 From: eugenefischer <66030419+eugenefischer@users.noreply.github.com> Date: Tue, 2 Jun 2020 14:09:49 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c83b795..3bdb150 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,6 @@ Java projects for use with AP Computer Science students. ## Directories * SortingAlgorithms +** program to explore the implementation and efficiency of different sorting algorithms +* RandomNumberFiles +** files of random numbers for use with sorting algorithms