Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
gal11002 committed Nov 6, 2016
1 parent a886d6e commit a446b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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).

0 comments on commit a446b23

Please sign in to comment.