lorenzo-stoakes / Rainbow-Sort

Colourful sorting visualisation :)
http://ljs.io/rainbow
MIT License
53 stars 9 forks source link

Add selection sort #3

Closed bxt closed 10 years ago

bxt commented 10 years ago

Selection sort is somewhat boring, but for the sake of completeness... I added it and I think it fits very well to the style of the bubble sort and insertion sort.

lorenzo-stoakes commented 10 years ago

Nice thanks :) I will take a look at the previously mentioned refactoring at some point... obv. again this code might well be refactored away as a result, but all attributions will be kept in place.

bxt commented 10 years ago

Feel free to refactor this as you please :) it's not a big deal to me.