Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 324 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 324 Bytes

sortjs

Sorting algorithm visualizer in vanilla js

You can view this live here: https://gscharf94.github.io/sortjs/

I suggest not going much higher than 100 for n, especially for the less efficient sorts (bubble / cocktail).

upcoming feature - having two different windows to compare two different algos at the same time