Posts: 772
Threads: 52
Joined: Aug 2010
Reputation:
0
I thought this was really interesting since sometimes it's hard to understand a sorting algorithm just by looking at the code.
[ame]http://www.youtube.com/watch?v=kPRA0W1kECg[/ame]
Posts: 1,317
Threads: 23
Joined: Feb 2010
Reputation:
0
Funny how suddenly some of the names make sense. (like bubble sort and cocktail shaker).
Posts: 173
Threads: 1
Joined: Jan 2012
Reputation:
0
I didn't know they used sorting algorithms for dubstep.
Jokes aside, this is really interesting. It lets you visualize how different sorting algorithms work and how they are so fast.
Posts: 1,336
Threads: 30
Joined: Aug 2010
Reputation:
0
nice finding , thx for sharing
Posts: 709
Threads: 63
Joined: Feb 2009
Reputation:
0
So basicly bogosort just randomly shuffles untill It's sorted?