Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 295 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 295 Bytes

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.