You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This application is currently under development. The purpose of the program is to visualize computational geometry algorithms (ex: Graham Scan) to generate convex hulls for a series of points inputted by the user.
3
+
This Android app is currently under development. The purpose of the program is to visualize computational geometry algorithms (ex: Graham Scan) to generate convex hulls for a series of points inputted by the user.
4
4
5
-
##Progress
6
-
* Added grid implementation
7
-
* Functioning Graham Scan algorithm in O(NlogN) time
5
+
##Features
6
+
* Allows user to plot points on a canvas
7
+
* Permits user to customize canvas using multi-touch gestures and through settings screen
8
+
* Features color customization and edge/node size
9
+
* Generates convex hull using Graham Scan algorithm in O(NlogN) time
0 commit comments