Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Create README.md
  • Loading branch information
jyl11001 committed Nov 6, 2016
1 parent 7f60d0d commit f23b4e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
@@ -0,0 +1,9 @@
# Greedy_Permutations

UConn CSE4704 Course Project
Fall 2016 Semester
Gavin Li & Jessica Li

This course project, titled Greedy Permutations, intents to visualize the process of finding the greedy permutation of a set of points in 2 dimensional space. The user will be able to input a set of points by clicking on an interactive area. Once the complete set is received, the user will give a radius value and start the algorithm. The algorithm will randomly select a beginning point to start the greedy permutation. Once completed, the program will 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, run the .exe file that corresponds to your operating system.

0 comments on commit f23b4e5

Please sign in to comment.