Remix.run Logo
15 sorting algorithms in 6 minutes (2013) [video](youtube.com)
28 points by akkartik 2 days ago | 3 comments
greggman65 an hour ago | parent | next [-]

I wrote this one, a year after that video, inspired by it

https://greggman.github.io/doodles/sort

Browsers (and machines) were slower then so it didn't finish as fast as it does today. Also, it's hard to decide what steps to illustrate/count. Is a swap 1 step (swap) or 4 (load slot N to R1, load slot M to R2, store R1 in M, store R2 in N) etc...

formvoltron 2 hours ago | parent | prev | next [-]

looks frighteningly deterministic!

raffael_de 2 hours ago | parent | prev [-]

now _that's_ oddly satisfying :D