Skip to content

Repository files navigation

Plane Sweep Visualizer

Live: https://closest-pair-visualization.up.railway.app/

How to Use

Adding and Removing Points

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.

Stepping Through the Phases

Using the buttons Back, Step, Run to end and Reset the user can step through the different stages and phases of the algorithm.

About

Visualization for the solving of the closest pair problem using a plane sweep algorithm.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages