15 Sorting algorithms in 6 minutes (+ sound)
#1

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]
Reply
#2

Hah, that's awesome!
Reply
#3

dat sexy bogo sort
Reply
#4

Wow, that's awesome.
Reply
#5

Hell of a soundtrack.
Reply
#6

Funny how suddenly some of the names make sense. (like bubble sort and cocktail shaker).
Reply
#7

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.
Reply
#8

nice finding , thx for sharing
Reply
#9

So basicly bogosort just randomly shuffles untill It's sorted?
Reply
#10

Quote:
Originally Posted by Elorreli
Посмотреть сообщение
So basicly bogosort just randomly shuffles untill It's sorted?
Yeah, and it's really not designed to ever succeed. Basically it's like throwing a deck of cards in the air and see if they land in order -- if they don't do it again until they do.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)