From a886d6ef60d320165c3175ef695bb55c879ee773 Mon Sep 17 00:00:00 2001 From: Gavin Li Date: Sun, 6 Nov 2016 14:13:23 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2de081a..91b5292 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ 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. +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 see the minimum number of circles drawn with that radium to encompass the entire set. -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. +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.