From a446b23c1ce49e100f06a74b146e72608b362ba3 Mon Sep 17 00:00:00 2001 From: Gavin Li Date: Sun, 6 Nov 2016 14:16:17 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91b5292..b2550d2 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ This course project, titled Greedy Permutations, intents to visualize the proces The greedy algorithm randomly selects a beginning point to start the greedy permutation. Once completed, the program will take user input and display the points in the greedy permutation with circles of the given radius value. It will illustrate how all the points are covered by these radii. -The current state of the project is an executable python program that simply takes in points from the user. To test, download the folder corresponding to your operating system and run the executable. +The current state of the project is an executable python program that simply takes in points from the user. To test, download the folder corresponding to your operating system and run the executable (Currently only supports windows).