lahlidahlia / cs350-convex-hull

Implementation of the convex hull for cs350.
MIT License
0 stars 0 forks source link

Compare side by side #5

Open lahlidahlia opened 5 years ago

lahlidahlia commented 5 years ago

A way to compare the algorithms side by side, and time sensitive. Meaning, the charting isn't done while the algorithm is happening, but rather the algorithm somehow records the timing data and the charting use the timing data to produce a time-sensitive graph.

lahlidahlia commented 5 years ago

Very useful for creating a video for presentation if we need to do one.