Rainbow Sort Visualisations
1–10 of 53 posts
Re: Rainbow Sort Visualisations
#2Re: Rainbow Sort Visualisations
#3I love this as a visualisation. It would be great to provide links to the algorithms (if they were there, I didn't find them).
Full source code is available at https://github.com/lorenzo-stoakes/Rainbow-Sort, no guarantees as to quality... all (4 :P) algorithms are there.
Re: Rainbow Sort Visualisations
#4Another classic sorting algorithm to visualize is heapsort.
Re: Rainbow Sort Visualisations
#5I'm seeing waaaay too much stuff happen all at once for quicksort. Frankly, most visualizations give you an inkling as to the logic behind an algorithm, but quicksort just sort of pops the field into the correct order in a blur. Another classic sorting algorithm to visualize is heapsort.
I know that isn't too obvious, but this was something of a quick hack :)
Re: Rainbow Sort Visualisations
#6Re: Rainbow Sort Visualisations
#7This is awesome. One thing I'd love to see is the ability to slow it down without decreasing the block size.
This was just a quick hack a year or so ago, am open to enhancing it though - feel free to post any suggestions over at https://github.com/lorenzo-stoakes/Rainbow-Sort/issues :)
Re: Rainbow Sort Visualisations
#8Re: Rainbow Sort Visualisations
#9This is awesome. One thing I'd love to see is the ability to slow it down without decreasing the block size.
Thanks :D This was just a quick hack a year or so ago, am open to enhancing it though - feel free to post any suggestions over at https://github.com/lorenzo-stoakes/Rainbow-Sort/issues :)