Legend said the Bubble Sorting group still dancing until now.
@linkypete3 ай бұрын
Bogo sort might be dancing forever
@qinntt2 жыл бұрын
Who went through the effort of getting 10 Hungarian folk dancers and a theater to preform this.
@TBGHydreigon4 жыл бұрын
can't believe this taught me quick sort better and quicker than my professor
@ThorstenMariaKunold Жыл бұрын
My professor used those videos for teachning sorting algorithms.
@mikeybud35017 жыл бұрын
A.K.A what sorting algorithms do on their free time.
@ehome086 жыл бұрын
lol
@ravja448 жыл бұрын
That was the longest quick sort I've ever seen
@88michaelandersen8 жыл бұрын
Well, it took about five seconds per comparison, so it seems more a hardware problem than an algorithmic one.
@duncanphillipgreen6 жыл бұрын
The great thing about Quick Sort is that it has time complexity O(f+k) where f is the number of flicks and k is the number of kicks.
@viquezug39366 жыл бұрын
I feel like this is the sort of videos you stumble upon at 3am, but it's not even midnight as I am watching this.
@ruby_wired8 жыл бұрын
hungarian computers must be pretty slow
@speeder32357 жыл бұрын
you have something to watch while waiting though :D
@Zikuth7 жыл бұрын
hahahahahahahhaha, that was good!
@donlung6497 жыл бұрын
yeah, O(NlogMusic)
@nprnaturepresenceonroofs23434 жыл бұрын
but still bright
@reconcatToE2 жыл бұрын
😸
@brooki12013 ай бұрын
great way to show the algorithm, whoever came up with this is just a genius, appreciate the video, thanks
@jparkcool11 жыл бұрын
This is the best sorting algorithm visualization I've ever seen. Bravo, Bravo, Bravo!
@timbalentimba7 жыл бұрын
Awesome. Now i can dance quicksort with my friends 😂
@rajaramyadav75462 жыл бұрын
🤣😂😂
@ABlindMoose Жыл бұрын
Returning to this after a decade since I used it to try to learn quicksort... I can safely say that this music is permanently burned into my brain. And I still associate quicksort with hats.
@tmjcbs10 жыл бұрын
If I'm not mistaken this could take 11.5 hours (=10^2*6m54s) with 100 dancers :-)
@Pe0ads10 жыл бұрын
If only they did it in parallel...
@lepe10 жыл бұрын
*could*
@lanklink19 жыл бұрын
tmjcbs depends the in wichway they where at the start
@Pe0ads9 жыл бұрын
lanklink1 Assuming worst case I presume
@tmjcbs9 жыл бұрын
***** Thanks for the reply, you did notice the smiley at the end of my comment? I read somewhere quicksort could be of order O(n^2), hence my comment, but I did, of course, realise my calculation was of very little, if any, value.
@janesimpson251 Жыл бұрын
This was a beautiful use of the art of dance! Enjoyable to watch and I really learned something!
@matenagy2450 Жыл бұрын
When someone is separating he says "Divide and conquer!", or "divide et impera" (magyarul: Oszd meg, és uralkodj!)
@Farisori6 жыл бұрын
6:18 they are releasing buffer memory :-D I love it!
@12-3432 ай бұрын
Yeah that's what the data you malloced does when you free it.
@silviamayo29936 жыл бұрын
Me at 10pm: I’m going to be super productive and write my essay! My last 10 brain cells, an hour and exactly 3 sentences later:
@antoinethevenoux94018 жыл бұрын
this is not quick sort , this is forever sort
@alwinpriven24008 жыл бұрын
Well for a computer it's quick, at least quicker than bubble or bongo sort.
@Linsquip_8 жыл бұрын
It's the name of a method of sorting.
@ytsas454888 жыл бұрын
It's a joke.
@Linsquip_8 жыл бұрын
So are the Hungarian.
@EwanMarshall8 жыл бұрын
It's pretty terrible pivot choosing. A common but often bad method of taking first element (causes a sort on an already sorted list to run in worst possible time with quick sort).
@henriquediasalbernaz3222 жыл бұрын
This is how my brain works during a programming test
@pjelbro34928 ай бұрын
I keep coming back to this. Legend!
@ErnestoConfused9 ай бұрын
I wonder if every single one of these humans would be able to recall the sorting algorithm off the top of their head, even after learning this dance.
@CG-kp9pu10 ай бұрын
Great video, great engagement students love the role play
@pedrolorin28052 ай бұрын
Deus salve os Húngaros por estarem me salvando na matéria de Estrutura de Dados de um jeito extremamente didático.
@sergiipalchenko11 жыл бұрын
Cool! But I`m think with Irish dance it will be faster :)
@88michaelandersen8 жыл бұрын
It's called overclocking.
@Felixfex7 жыл бұрын
After i read this i could not stop laughing
@peterfekete51372 жыл бұрын
because the Hungarians used to drink "Pálinka" XD
@wiktorias58 Жыл бұрын
I love it, great idea!
@Discordxeroxero64548 жыл бұрын
hahahahaha wow i love it
@Broockle8 жыл бұрын
I love it when nerds get artsy. :D
@msms200098 ай бұрын
never thought algorithms would be that fun
@Bratjuuc8 жыл бұрын
Looks like Hungarians are good not only in the saber fencing.
@cabanawarhamer11 жыл бұрын
`what the fuck ?!? this is AMAZING!!!
@贾瑞-k2s2 жыл бұрын
Soooooo funny! I will never forget the quick sort algorithm.😂
@unluckymarch25897 жыл бұрын
what am I doing here. I have externals. I have exams.
@FlumenSanctiViti7 жыл бұрын
I wish all my data was dancing when I sort it! :/
@drone_better77576 жыл бұрын
Category *Science & Technology*
@TheFrozenHeart57949 жыл бұрын
this is brilliant hahaha :D
@sararistova5619 Жыл бұрын
life changing.
@mrmanualways10 жыл бұрын
Loved it. Liked it.
@masiasngema30622 жыл бұрын
It's strange that Orban haven't yet asserted that Hungarians invented programming in eleventh Century through dancing. Let it be the tip.
@chasethedev5 ай бұрын
This is how I learned quicksort back in college 😂
@cesarmaat2 жыл бұрын
Amazing
@chiaak2 жыл бұрын
life is so great. i cant believe they actually did it ....
@giorgitughushi6509 Жыл бұрын
if u are here you should have next day exam or coding interview
@janikiraly210 жыл бұрын
"Ooszd meg és uralkodj!" :D
@DBetz1096 жыл бұрын
With one 'o'.
@uynguyen70557 жыл бұрын
great man!!
@52flyingbicycles6 жыл бұрын
Best. Swap Algorithm. Ever
@joonpak2 жыл бұрын
How TF does this has only 76k views...? What a way to explain bubble sorting, fucking incredible!!!!
@sherinjoy156410 жыл бұрын
Amazing!
@howtoprogram430010 жыл бұрын
awesome ....
@annisaurus2 жыл бұрын
Numbers 0-3 must be having a blast
@zuzqqa7753 Жыл бұрын
sprawnie to idzie😮
@thomasobarowski98397 жыл бұрын
this is amazing!
@vorixo9 жыл бұрын
xDDDDDDDDDDDD and now i get it XD
@LivvyHackett6 жыл бұрын
At least I finally get what it’s doing
@quocthong3282 жыл бұрын
now. I understood!
@damlaca67010 жыл бұрын
Kimse Quick sortu daha iyi anlatamazdı herhalde :D
@abc17034 Жыл бұрын
in this video we know: who ever master quick sort have 50% getting bald
@leitecunha7 жыл бұрын
Violins and alike in compressed digital audio. A torture like no other.
@baganatube7 жыл бұрын
Not a Hungry-ian quick sort, it's a Starving quick sort...
@BaldInIhremKino9 жыл бұрын
i wonder if a parallel algorithm would be too hard to follow :)
@mahnas928 жыл бұрын
You'd need thread- (multicore-) programing for that haha :P
@ЛёшаКнига-н5щ4 жыл бұрын
зачем я в 2 часа ночи смотрю это? 🗿
@amateurgaming97916 жыл бұрын
When you dance through the test, yet still get an A.
@abdulrhmanomar310 жыл бұрын
Please can u tell me which algorithm did u use!!...please i need a prove from where did u took this algorithm!!
@abdulrhmanomar38 жыл бұрын
yes i red it, but there is different algorithm to solve the quick sort
@nefreak11cm2 жыл бұрын
Спасибо за детство 🚬
@sevenbrokenbricks7 жыл бұрын
So it's basically super low tech Reboot
@davejones5427 жыл бұрын
with those boots it would have been better with short shorts
@madawacko2589 жыл бұрын
Ula bunu bizim horon ile yapmak lazım. Video 1dk yi geçmez. Kimse birşey anlar mı orasını muallak :D
@inakilbss7 жыл бұрын
MadawacKO This is a video of Hungarian dancing, not Turkish. Get your languages right.
@chaikhaneh7 жыл бұрын
inakilbss He just said that he thinks that this kind of video would've been shorter if the creators of this video decided to show the quick sort with Northern Turkish folk dance (which is known to be fast, hence his assumption concerning the length of the video) instead.
@Alex-wr5qv3 ай бұрын
Wspaniałe. Tylko umysł niezrozumianego geniusza mój wpaść na pomysł by wyreżyserować coś takiego
@tomasnovak68302 ай бұрын
my java teacher showed me this 💀💀
@danielrenner13498 жыл бұрын
why did i watch this..
@user-iz2oj8dd6j6 жыл бұрын
Your computer needs more juice, I suggest upgrading your DancePU to the Irish i9.
@kiki-ix4pn3 жыл бұрын
In Germany your an "Ehrenmann"
@dandymcgee11 жыл бұрын
Title ruined it.. I was going to try to guess what algorithm they were using.
@cotton_ne185Күн бұрын
would be funny if they do stalin sort
@AustinTheWeenieTickler2 жыл бұрын
How to summon the math demon
@밍밍-x4t2 жыл бұрын
새벽 한시에 개처웃는중 ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ 퀵 정렬에 대해서 이해하고 보면 재밌는 동영상
@sohamojha26175 ай бұрын
Thank you fawzi bear
@gengar57592 жыл бұрын
Kléber
@caseyharrington49472 жыл бұрын
Everyone's heals were greatful they didn't choose bogosort
@manu_bruzzone8 ай бұрын
Dojo 4 presente
@juliancz_8 ай бұрын
utn?
@manu_bruzzone8 ай бұрын
@@juliancz_ si
@juliancz_8 ай бұрын
@@manu_bruzzone pudiste hacer el algoritmo? No lo pude hacer todavia
@manu_bruzzone8 ай бұрын
@@juliancz_ nono, para cuando lo tenes que entregar?
@juliancz_8 ай бұрын
@@manu_bruzzone 27 d mayo, pero estoy a full con parciales esta semana asi q lo vere el finde