Batcher's Odd-Even Mergesort

preview_player
Показать описание
Visualization and "audibilization" of "Batcher's Odd-Even Mergesort Network" algorithm.
Рекомендации по теме
Комментарии
Автор

I like how up until 1:09 you hear something similar to music, then 2 seconds of silence, then the horrid screams of tortured souls

anabanana
Автор

Man, I'd love for someone to try to create a MusicSort that will prioritize the sorting process to sound musical. Perhaps by sorting values according to a pentatonic scale or something.

DaVince
Автор

The first sorting handles 128 elements that correspond to the width. There are log128=7 stages and 28 passes in total (which means the red lines transition from left to right 28 times).

0:00~ stage 1 (log2 = 1 pass)
0:03~ stage 2 (log4 = 2 passes)
0:07~ stage 3 (log8 = 3 passes)
0:14~ stage 4 (log16 = 4 passes)
0:23~ stage 5 (log32 = 5 passes)
0:35~ stage 6 (log64 = 6 passes)
0:50~ stage 7 (log128 = 7 passes)

e
Автор

i have no clue what's happening but i love it

totallynotlilly
Автор

how would this be superior to the classical merge sort??

jonnynik
Автор

i think it merges blocks, and then merges smaller blocks, and goes until it's 100% merged, then merges again

raffimolero
Автор

That's gotta be the WONKIEST sort algorithm ever!

johngeverett
Автор

Kids in kindergarten after one of the students do something bad 2:52

PRINTORO
Автор

Instead of comparing, why don't they just assign each one a number and order the numbers?

joblessalex
Автор

WOWEE!! It's like a less efficient merge sort!

thesammo
Автор

1:12 *dad is in the store getting and it storms*

s.sinster
Автор

my mum processing that online games cant be paused

akimboty
Автор

"He's the next the Mozarten, just saying... " Wolfgang Amadeus "I like cabbages" Mozart
ps this is a reaaaal good quote, je?

anders
Автор

What program do you use to make these?

naturegirl
Автор

I code in java, could you tell me how to do like this? Thank you

mr_mjrmgames
Автор

Amayzing, it takes somthing it has passed and moves it infront.

PoltergeistHCL
Автор

It’s like a merge sort but with 8 more steps.

teeth.
Автор

Looks like I can't find this one in Sound of Sorting 0.6.5, that's weird.

Lykrast
Автор

help! i can't install this program in ubuntu, i use chmod +x ... and i run it with ./

thanhparamotor
Автор

Random computation time? Disappointing.

inwencja