Live: https://closest-pair-visualization.up.railway.app/
Points can be removed from the coordinate grid by clicking on them.
Points can be added by setting an x and y coordinate and clicking Add point. It is not possible to add a duplicate point. Using
Import points... one can import multiple points at once. It opens
a text area, the points need to be in the format of (1,2);(3,5); ... or 1,2;3,5;.... Importing points removes all previously
existing points from the coordinate grid.
Using the buttons Back, Step, Run to end and Reset the user can step through the different stages and phases
of the algorithm.