Y
Hacker News
new
|
ask
|
show
|
jobs
by
smusamashah
406 days ago
I made a tool to visualize sorting algos
https://xosh.org/VisualizingSorts/sorting.html
where you can put your own algo too if you like.
2 comments
ncruces
406 days ago
I love the idea behind that sorting visualization, and found it extremely useful to validate the properties of my Quicksort implementation.
https://github.com/ncruces/sort
link
eru
406 days ago
That's interesting. Alas, it only works for in-place sorting algorithms (and it's also an animation).
link
https://github.com/ncruces/sort