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

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

That's interesting. Alas, it only works for in-place sorting algorithms (and it's also an animation).