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).