/sorting-algorithms-visualizer

Sorting Algorithms Visualizer

Primary LanguageJavaScriptMIT LicenseMIT

Sorting Algorithms Visualizer

Small project to visualize sorting algorithms. The purpose was to play around drawing with canvas.

Bubble Sort

Run

Make sure you have serve installed:

yarn global add serve

Then just run

serve

in the project's folder.