Bubble-sort with Hungarian ("Csángó") folk dance

  Рет қаралды 2,214,538

AlgoRythmics

AlgoRythmics

Күн бұрын

Пікірлер: 935
@vrintex
@vrintex 7 жыл бұрын
Who the hell thought of pairing a sorting algorithm with Hungarian folk dance
@aymanehrouch
@aymanehrouch 5 жыл бұрын
A genius?
@jr-yn4lk
@jr-yn4lk 5 жыл бұрын
Some computer science professor married to a dance teacher.
@bkreut
@bkreut 5 жыл бұрын
@@jr-yn4lk Raise your hand if you imagined a female professor and a male dancer
@erikpoephoofd
@erikpoephoofd 4 жыл бұрын
@@bkreut why does it matter what gender they are? Sexist.
@bkreut
@bkreut 4 жыл бұрын
@@erikpoephoofd To practice mental flexibility
@ThioJoe
@ThioJoe 4 жыл бұрын
It took so long to recommend because the KZbin algorithm uses these dancers for it's calculations
@cypherllc7297
@cypherllc7297 4 жыл бұрын
marketing
@jaimevalero
@jaimevalero 4 жыл бұрын
@AP - 12KR - T L Kennedy SS (2352) I confirm that It works. Thanks.
@SaidMetiche-qy9hb
@SaidMetiche-qy9hb 4 жыл бұрын
How do I download more ram? lol
@dibujodecroquis1684
@dibujodecroquis1684 4 жыл бұрын
*its.
@dibujodecroquis1684
@dibujodecroquis1684 4 жыл бұрын
AP - 12KR - T L Kennedy SS (2352) ? I just corrected ThioJoe's spelling.
@achilllllles
@achilllllles 12 жыл бұрын
i hate when elements of my array start dancing after being perfectly sorted!!
@madaxe8894
@madaxe8894 4 жыл бұрын
Haha
@빡구-h4w
@빡구-h4w 4 жыл бұрын
Sad
@komaljha6246
@komaljha6246 3 жыл бұрын
😅😅😅
@NetRolller3D
@NetRolller3D Жыл бұрын
No need to worry so long as your desired order is invariant with respect to the dance.
@abhi8055.
@abhi8055. 4 жыл бұрын
Interviewer : So what kind of sorting algorithm do u use? Me : It's complicated
@maxmustermann-theoutfluenc997
@maxmustermann-theoutfluenc997 10 жыл бұрын
Now I understand the clicking Noise in im Computer while sorting Numbers
@kazma99a
@kazma99a 5 жыл бұрын
@@GARY33146 ...
@AD-zh1cm
@AD-zh1cm 3 жыл бұрын
lol
@JoeDev12
@JoeDev12 5 жыл бұрын
I imagine the dance in the worst case scenario taking like 20 minutes
@5thearth
@5thearth 5 жыл бұрын
Well, bubble sort is a simple algorithm and known to be pretty slow. The exception is if you know the list to be sorted is already mostly in order, then it can be faster than other algorithms.
@sabrinayacklemore8235
@sabrinayacklemore8235 4 жыл бұрын
o(n^2)
@Yotanido
@Yotanido 4 жыл бұрын
@@5thearth Bubble sort has a great best-case, which is O(n), but worst and average are O(n²), which is way worse than algorithms that are usually used. That said, Big-O notation doesn't tell the whole story. It only describes how an algorithm scales, it doesn't say anything about absolute performance. As it turns out, Bubble sort also has very good performance per operation. It fails at needing many operations, but the operations themselves are cheap. As such, it is also a good choice if the list you are sorting is small. This is, in fact, done in some programming languages. Java, for example, uses Bubble sort if the list length is less than 5 and quick sort otherwise. The chances are good that the list is already near sorted and on a small list, Bubble sort is actually pretty fast. Incidentally, Quick sort has a best case of O(n log n), which is worse than Bubble sort. Of course, its average and worst case are also O(n log n) - much better than Bubble sort. Sorting things is a problem that has long been solved, but it is quite complex. And while there are some sorting algorithms out there that exist just because they can (e.g. Shaker sort), there is a reason we have so many in general. Quick sort is used by far the most, but algorithms like Heap sort have their uses, too.
@RabidLeroy
@RabidLeroy 4 жыл бұрын
Joe Iaquinto or triple the amount of dancers performing
@GoodBoy-cy9tj
@GoodBoy-cy9tj 4 жыл бұрын
It's time complexity is too high in worst case scenario
@corleonevito8020
@corleonevito8020 8 жыл бұрын
Does this alogrithm only work with male and female integers?
@grammarnazi1868
@grammarnazi1868 8 жыл бұрын
Corleone Vito No.
@tcpjh
@tcpjh 8 жыл бұрын
I think you're good to go as long as they're not transgender.
@artmadepqproductions
@artmadepqproductions 7 жыл бұрын
*triggered*
@bamberghh1691
@bamberghh1691 5 жыл бұрын
Yes, because there are 2 genders
@jr-yn4lk
@jr-yn4lk 5 жыл бұрын
You can try using attack helicopter variables as well, it might work
@xintongbian
@xintongbian 4 жыл бұрын
I always go back to these videos when I need a refresh of sorting algos, they are so much easier to understand and remember than textbooks. awesome idea
@TheGozeraye
@TheGozeraye 8 жыл бұрын
[4:00] What the hell guys, we just sorted you all and now you're mixing up again!
@wyokaiju992
@wyokaiju992 8 жыл бұрын
That's called a stack overflow!
@specialfalcon7427
@specialfalcon7427 4 жыл бұрын
lol, they are messing up again!
@Turissss
@Turissss 3 жыл бұрын
lmao
@CandyHam
@CandyHam 10 жыл бұрын
fucking slow ass algorithm, 5 mins to sort 10 elements!
@musicgalore30
@musicgalore30 10 жыл бұрын
Bubble sort is slow. Easy to implement, but very slow.
@obi89
@obi89 10 жыл бұрын
well its only used to introduce sorting algorithms.
@santolucaantonucci60
@santolucaantonucci60 9 жыл бұрын
CandyHam Do you want to talk about Naive Sort? LoL
@oskarlinderoth
@oskarlinderoth 9 жыл бұрын
obi89 Really, is this not actual software?
@obi89
@obi89 9 жыл бұрын
Oskar Linderoth its a method to sort elements. But it does have the longest time to sort so it only is used to intoduce the sorting mechanisms.
@swemoph
@swemoph 7 жыл бұрын
I'm in the weird part of KZbin again...
@markuskoivisto
@markuskoivisto 5 жыл бұрын
Swemoph the good weird though
@スヘア
@スヘア 4 жыл бұрын
I'm late dude, see you soon
@everseeker
@everseeker 4 жыл бұрын
Nah, that's over here: kzbin.info/www/bejne/jpLUg2Z9lLOJpdE
@Sponska
@Sponska 8 жыл бұрын
We watched this in school in computer class XD
@xWINfinity
@xWINfinity 8 жыл бұрын
same haha
@tondinh8364
@tondinh8364 8 жыл бұрын
wir watched it too lol xD
@shortsfatosdiarios
@shortsfatosdiarios 8 жыл бұрын
everyone haha
@brunocampos3800
@brunocampos3800 8 жыл бұрын
I watched that last week
@maryjane1459
@maryjane1459 8 жыл бұрын
we watched too i think its so funny 😂
@arkadiuszmalina4801
@arkadiuszmalina4801 4 жыл бұрын
My right ear enjoyed the music
@shwethamurali418
@shwethamurali418 4 жыл бұрын
Why is this in my recommendations 8 years later?😭😂
@resu2381
@resu2381 4 жыл бұрын
Same XD
@angelomartino4667
@angelomartino4667 4 жыл бұрын
Lol
@Saif.Basheer
@Saif.Basheer 4 жыл бұрын
Same
@svvm.sudhakar
@svvm.sudhakar 4 жыл бұрын
@@resu2381 exactly..!!
@_ksuthar
@_ksuthar 4 жыл бұрын
Same 😂😂
@alexandrsmirnov7138
@alexandrsmirnov7138 8 жыл бұрын
Is there such a video with bogosort?
@dj_root
@dj_root 7 жыл бұрын
For ten people it will spend only about 5 years of dancing )
@halfnwhole751
@halfnwhole751 6 жыл бұрын
They just blindly dance with their eyes closed
@crimsonstrykr
@crimsonstrykr 5 жыл бұрын
Michael Jackson concert will do it
@chaconne221
@chaconne221 11 жыл бұрын
tbh I still don't get bubble sort, but now I want to listen to Hungarian fiddle music :)
@hooverla55
@hooverla55 10 жыл бұрын
i second that!
@annb1855
@annb1855 4 жыл бұрын
Bubble sort compares numbers in pairs, from front to back, if the number on the right is smaller than the number on the left it swaps them each time. If it isn't they stay as they are. It goes all the way to the end and then starts from the front again and does the same with the new pairs. Eventually they end up sorted.
@DoubleADwarf
@DoubleADwarf 2 жыл бұрын
@@annb1855 The name "Bubble Sort" is because the larger value numbers "bubble up" to the top/end of the array/list.
@Wulf1985
@Wulf1985 8 жыл бұрын
a way to make the bubble-sort algorithm easy to understand. a great and very creative work!
@thomasunterrainer3153
@thomasunterrainer3153 2 ай бұрын
i like the visuals thanks sewas
@AnnyPyjamas
@AnnyPyjamas 4 жыл бұрын
Thanks Tom Scott, that's exactly what was missing from my recommendations
@shanemcinally7092
@shanemcinally7092 4 жыл бұрын
Me: I'm not going to watch anymore stupid youtube videos, pff! *sees title Me: wait a sec. wut?
@lampoilropebombs0640
@lampoilropebombs0640 4 жыл бұрын
Well this is far from stupid.
@AlgoRythmics
@AlgoRythmics 13 жыл бұрын
Merge-sort with Transylvanian-saxon (German) folk dance, and quick-sort with Hungarian (“Küküllőmenti legényes”) folk dance will be uploaded in few days. We are developing a software tool that didactically exploits the six dance-performances. This software will also be available soon.
@スヘア
@スヘア 4 жыл бұрын
Is it available now
@besio4881
@besio4881 7 жыл бұрын
So, Hungarian Dancers are the key of success!
@TheDivegeek
@TheDivegeek 10 жыл бұрын
Cool -- but buggy/impossibly-good -- rendition of the bubble sort algorithm. The problem is that at the end of each pass, too many dancers turn their backs. At the end of the first pass, for example, you know that the largest number in the list is in position at the end, so dancer 9 is no longer part of the sort and turns her back. But 8 turns with her. 8 is, in fact, in his final position, but the algorithm can't know that, not without making an extra scan of the list to see if there's another number that might be larger than 8. For a proper implementation, at the end of each pass only one more dancer should turn his/her back. However, it would be reasonable to stop after five passes, because after four the list is sorted, and many implementations keep a "didn't change anything on this pass" flag so they can stop working after the list is completely sorted.
@AlexejMuehlberg
@AlexejMuehlberg 10 жыл бұрын
Nerdy++
@computerslicer23
@computerslicer23 10 жыл бұрын
I've never seen anybody implement it as a special case, but it is logically sound. If you don't swap the last two positions available in a given round, you know those are the two maximums. I have seen the "no swaps, we're done" implemented. In fact, you could generalize both of those to "last place I swapped, is the beginning of the streak of sorted elements"... and that likely be worth it any time you were dealing with "nearly sorted" data. Just set the last place you swapped to 0 at the beginning of every iteration. The lack of a swap clearly establishes the partial ordering along the tail sequence. It'd make the implementation more complex, but nothing unsound about it. They are actually consistent, as 7 and 6 did swap so only 7 turns around. When 5 and 6 compare they don't swap and are the last two, so they both turn around. I've never seen the folk dances, but I do like this style of video to help see how sorts actually work in practice: kzbin.info/www/bejne/oYG1cmONZtB4eck The early arcade style sound effects are merely bonus.
@JohnGottschalk
@JohnGottschalk 9 жыл бұрын
+Shawn Willden There's only 1 position where 8 wouldn't know to turn around at the same time as 9 and that's if it were the last number in the sequence. If the final 2 numbers to be checked don't swap you know they can both turn around safely. This is because the 2nd highest has to either pass or continue on from every number lower than it, but when it reaches the last number and can't pass it, you know that it should not be any lower and not any higher, so you can turn both it and the last number. If the final 2 numbers to be checked do swap position (for instance if 8 were in the final position and 9 swapped with it), you would indeed not know that the 8 was in it's correct position. This is why 8 & 9 turn around simultaneously, as well as 5 & 6, but 7 only turns around on its own.
@TheDivegeek
@TheDivegeek 9 жыл бұрын
***** without my confident nerdism I wouldn't have been educated by Kirby, which means I would know less than I do now. It pays to speak up around people who can point out your mistakes; that way you learn.
@TheDivegeek
@TheDivegeek 8 жыл бұрын
***** someone pee in your Wheaties?
@VeeHeeOfficial
@VeeHeeOfficial Ай бұрын
It took Google algorithm 13 years to finally recommend this vid to me. So I guess they are using Bubble-sort.
@guls4284
@guls4284 10 жыл бұрын
better explaining than books
@FeisarMusique
@FeisarMusique 3 жыл бұрын
Algorithm and folk music. My 2 passions in one video. What a genius idea. Thanls you !
@TheTahlia1988
@TheTahlia1988 8 жыл бұрын
Very cool illustration.. :)
@tyyyyyyyyyyyyyyy
@tyyyyyyyyyyyyyyy 2 жыл бұрын
очень харошая песня.лайк.танец сцпер.люблю.выросли усы и ноги пошли в пляс.
@tyyyyyyyyyyyyyyy
@tyyyyyyyyyyyyyyy 2 жыл бұрын
@ilyasssssss2014 а мое владение благодаря этому танцу вошли все созвездию южной Сибири
@tyyyyyyyyyyyyyyy
@tyyyyyyyyyyyyyyy 2 жыл бұрын
@ilyasssssss2014 а так же третий глаз получил возможность к трансформации к пузыри
@tyyyyyyyyyyyyyyy
@tyyyyyyyyyyyyyyy 2 жыл бұрын
@ilyasssssss2014 мои усы стали более светлыми
@tyyyyyyyyyyyyyyy
@tyyyyyyyyyyyyyyy 2 жыл бұрын
@ilyasssssss2014 а глаза получили орган осязания
@bennet3353
@bennet3353 3 жыл бұрын
my teacher showed us this and now I have a perfectly working bubble-sort algorithm
@darshananvekar9600
@darshananvekar9600 2 жыл бұрын
so the time efficiency here is 315000 milliseconds, this is what happen when ur array elements are in mood
@InmuAyuayu
@InmuAyuayu 4 жыл бұрын
2011: Not now 2012: Maybe later 2013: Nah 2014: Nein 2015: Still no 2016: Later 2017: Nah 2018: Nah 2019: Nah 2020: *Okey let’s recommend this*
@NieColall
@NieColall 4 жыл бұрын
Original comment
@aminthemar
@aminthemar 4 жыл бұрын
Because youtube got invaded by nazis in 2014.
@oPunkko
@oPunkko 4 жыл бұрын
because you started looking up programming related things
@arvindokram2906
@arvindokram2906 4 жыл бұрын
Me: Enters interview. Interviewer: Please, dance a bubble sort. Hungarian folk dancers: we got you.
@olufemijolugbo8704
@olufemijolugbo8704 7 жыл бұрын
this explanation is the best, Love it
@adminadminich7408
@adminadminich7408 Жыл бұрын
Это шедевр! Спасибо большое за вашу работу!
@williamkiddo
@williamkiddo 5 жыл бұрын
I don't know what is this and why KZbin algorithm brought me here in late 2019 2 A.M. But this is pretty cool dance.
@amitbisht5803
@amitbisht5803 5 жыл бұрын
The word u used algorithm. Yup thts exactly what it is 🤣🤣
@mulagadagowripriya9020
@mulagadagowripriya9020 5 жыл бұрын
Super idea💭... Now am easy understand and make more videos sir
@roy2579
@roy2579 5 жыл бұрын
Why am i watching this in 3am of the night...
@diguinhof96
@diguinhof96 4 жыл бұрын
Oh my god ... who had i never seen this before? This is just amazing and impressive.
@satadhi
@satadhi 8 жыл бұрын
totally awesome
@ajit78910
@ajit78910 5 жыл бұрын
I will never forget bubble sort! Great ❤️
@chrissmith1152
@chrissmith1152 4 жыл бұрын
when people say computer science is boring it is indeed
@abdullahalsultan4652
@abdullahalsultan4652 4 жыл бұрын
This is the greatest thing ever created on youtube.
@twinklesuperpalm
@twinklesuperpalm 9 жыл бұрын
great i love it
@milanzaretsky1679
@milanzaretsky1679 Жыл бұрын
It's geniously!
@lilegend4382
@lilegend4382 9 жыл бұрын
fantastic
@nathanaelyang1543
@nathanaelyang1543 6 жыл бұрын
HOLY SHIT! THIS IS AWESOME! WHY I JUST SAW THIS TILL TODAY?
@TheSentientCloud
@TheSentientCloud 10 жыл бұрын
*me gusta* I need to find me a group of nerds and perform a sort-dance sometime. This is AWESOME.
@Aman_Garcha
@Aman_Garcha 4 жыл бұрын
Awesome, we need more people like you. Thank you and salute.
@MuradBeybalaev
@MuradBeybalaev 5 жыл бұрын
The cherry-picked a[9] = 9 made the end of the first pass not as demonstrative as it could be.
@GoodBoy-cy9tj
@GoodBoy-cy9tj 4 жыл бұрын
I liked this concept, Cleared all doubts with entertainment
@bhavikmistry9153
@bhavikmistry9153 4 жыл бұрын
Welcome to a new episode of : Why this is in my recommendation
@igfoobar
@igfoobar 5 жыл бұрын
This is better than nearly everything available on commercial television today.
@Nada-yc8uo
@Nada-yc8uo 4 жыл бұрын
Thank god I haven't saw this when I took the algorithm course......this song will be playing in my head during the exam
@hebakhalid437
@hebakhalid437 4 жыл бұрын
Took*
@Curiouscucumber738
@Curiouscucumber738 9 жыл бұрын
this is almost as good as it can get ,really appreciate this.
@juliaprusisz8632
@juliaprusisz8632 3 жыл бұрын
polecam serdecznie, super tutorial, smacznej kawusi zycze pozdrawiam:)
@katarzynakolczarek9229
@katarzynakolczarek9229 3 жыл бұрын
wszyscy wiemy co i wszyscy wiemy kogo
@lowas34400
@lowas34400 6 жыл бұрын
Best video to learn bubble sorting ! Thank you Loïc :3
@meltdown6856
@meltdown6856 4 жыл бұрын
See u in 11 yrs when KZbin alg recommends this again
@DemstarAus
@DemstarAus 3 жыл бұрын
Eurgh listening on headphones. My eyes enjoyed it. My left ear liked the stomping and my right ear liked the music.
@halfnwhole751
@halfnwhole751 6 жыл бұрын
Now thats what I call Interpretive dance!
@AstnPw3rs
@AstnPw3rs 12 жыл бұрын
greatest thing EVAR. 5 mins and i'm ready for this topic on my final.
@MacleitonSoares
@MacleitonSoares 11 жыл бұрын
Excelente. A dança é muito bonita e ajuda a compreensão do algoritmo de ordenação por troca.
@Monarchias
@Monarchias 13 жыл бұрын
Good work my sekler brothers and sisters! Greetings from Hungary.
@Elenduful
@Elenduful 5 жыл бұрын
Then the audience gets up and starts dancing... ... Segmentation fault
@astolat2262
@astolat2262 3 жыл бұрын
Underrated
@BrendonJeje
@BrendonJeje 10 ай бұрын
Thank you so much, very creative
@Jochira_VTuber
@Jochira_VTuber 9 жыл бұрын
so yah, random vid that my teacher linked me tonow I know how to bubble sort the next time... XD
@brianbean1195
@brianbean1195 4 жыл бұрын
Best. Bubble-Sort. Ever!
@BorisVlasenko
@BorisVlasenko 11 жыл бұрын
Вот, почему она такая медленная - они пляшут там, пока меняются...
@ntvisigoth
@ntvisigoth 11 жыл бұрын
Вот ведь, а то-то думал.... ) Спасибо, теперь будет что сказать дочурке когда подрастет )
@andreycherevat
@andreycherevat 5 жыл бұрын
Выборкой там все шустрые. Не то что эти
@hafsadaoudim2348
@hafsadaoudim2348 Жыл бұрын
That's amazing and creative,THANK YOU for the effort 👏
@neuneu2000
@neuneu2000 8 жыл бұрын
Witcher's tavern fights sent me here.
@zoltancsikos5604
@zoltancsikos5604 8 жыл бұрын
What...
@euzumaki8293
@euzumaki8293 8 жыл бұрын
Saucisse Purée Minecraft thing?
@PrimeToolbox
@PrimeToolbox 6 жыл бұрын
It's because there's a lot of folk alghoritms occurring while we play the witcher
@serageian1872
@serageian1872 8 жыл бұрын
we need to watch this in school and now everyone dances in the classroom. GJ
@spektrum1983
@spektrum1983 10 жыл бұрын
I haven't seen Radix Sort yet, it's my favorite. But it would be too fast with just a one digit number ;)
@ProfQED
@ProfQED 2 жыл бұрын
awesome! I love this way of learning :)
@ВладиславБелоусов-с2е
@ВладиславБелоусов-с2е 11 жыл бұрын
I need Huffman as Indian dance)))
@matrixRule127
@matrixRule127 4 жыл бұрын
There should be a super duper like button...for such amazing videos!!!!!!!!😍😍
@markhughes7927
@markhughes7927 5 жыл бұрын
Hungary’s got talent - true - in their day-job they are all chess grandmasters...
@smile4self
@smile4self 2 жыл бұрын
This is so cool... I got a grasp of what bubble sorting is all about with just a dance... wow...
@yd9939
@yd9939 4 жыл бұрын
It's actually an improved bubble-sort implementation.(To sort 10 numbers, original-bubble-sort will do 9 scans but here's only 4 in this video, like you marked the numbers at last that aren't swapped during last scan, which means they are well-sorted already.)
@DebabrotBhuyan92
@DebabrotBhuyan92 7 жыл бұрын
Awesome dance, loved it
@davier2943
@davier2943 4 жыл бұрын
Array elements in my computer, when my algorithm sorting those
@alexritchie4586
@alexritchie4586 4 жыл бұрын
I don't know why The Great and Mysterious Algorithm brought me here... but I'm glad it did!
@YoyoshiPiano
@YoyoshiPiano 5 жыл бұрын
I've seen this in programming class XD
@dandanme
@dandanme 12 жыл бұрын
:') ooh how when i was searching to find out how to do these sorts i came across these... i was wetting myself >< they are amazing, hats of to you guys! (and gals)
@dowaynebreedt2576
@dowaynebreedt2576 10 жыл бұрын
Arrays.sort(hungarianDancers); 5 minutes faster than watching them dance lol
@cyndie26
@cyndie26 6 жыл бұрын
Dowayne Breedt It would just be dual-pivot quicksort. I would personally like to see them do heapsort, probably because it's been drilled into me since sophomore year at university.
@so8143
@so8143 5 жыл бұрын
@@cyndie26 kzbin.info/www/bejne/jqiVdWyXf7d1j5Y Sometimes wishes come true ;-)
@damou_1
@damou_1 3 жыл бұрын
thanks for this charming and lovely dance, this is a very clever way to understanding how to sort an array in computer science.
@neppie
@neppie 11 жыл бұрын
This is just wrong. I had to learn it the hard way.
@therealfakeweeb
@therealfakeweeb 2 жыл бұрын
I don't know what drugs were used in the making of this but it's a masterpiece! Love from Hungary!
@zyxwvutsrqponmlkh
@zyxwvutsrqponmlkh 8 жыл бұрын
In america the artsy people hate the computer people and vice versa, hard to imagine one of our universities doing something similar
@elninomoses12
@elninomoses12 4 жыл бұрын
okay! Beautiful piece of art to explain computer science, this is so EPIC! thanks!
@mohdfazreen7268
@mohdfazreen7268 8 жыл бұрын
I watched this video coz i have exam data struc tommorow, wish me luck :)
@francescofrigo1355
@francescofrigo1355 6 жыл бұрын
Did you pass?
@HerczegNorbert
@HerczegNorbert 13 жыл бұрын
köszönjük! sokat segít a tanulásban! :)
@fyasco9
@fyasco9 8 жыл бұрын
my teacher sent me here. why does this have soo many views? lol
@uditchitnis
@uditchitnis 7 жыл бұрын
Alex Johnson Even my teacher sent me here!!
@faysalahammedchowdhury
@faysalahammedchowdhury 2 жыл бұрын
OMG!! Great Explanation.
@andreiionut8100
@andreiionut8100 7 жыл бұрын
procesoru meu merge cu 10 unguri pe secunda
@icantw8
@icantw8 10 жыл бұрын
Lol very nice video. I loved the dance more than the actual sorting.
@cagri5886
@cagri5886 4 жыл бұрын
Man, it took so long that I got anxious waiting it to be sorted!
@MissLoveOP
@MissLoveOP 9 жыл бұрын
Hernandinou brought me there. This math teacher is a blessing.
@bernadettaterlecka4272
@bernadettaterlecka4272 7 жыл бұрын
wow great idea :)
@natalyaagafonova1389
@natalyaagafonova1389 3 жыл бұрын
This is funny and really clear, thanks!
@spektrum1983
@spektrum1983 10 жыл бұрын
They're multitasking in this one :)
@mahoneytechnologies657
@mahoneytechnologies657 5 жыл бұрын
Creative Imagination at Work, and Fun! :-)
Quick-sort with Hungarian (Küküllőmenti legényes) folk dance
6:55
AlgoRythmics
Рет қаралды 2,3 МЛН
American was shocked by 7 Slavic countries word differences!!
15:29
World Friends
Рет қаралды 855 М.
Deadpool family by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 4,5 МЛН
One day.. 🙌
00:33
Celine Dept
Рет қаралды 63 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 14 МЛН
"Yablochko". Igor Moiseyev Ballet.
7:15
Балет Игоря Моисеева
Рет қаралды 30 МЛН
15 Sorting Algorithms in 6 Minutes
5:50
Timo Bingmann
Рет қаралды 25 МЛН
Wintergatan - Marble Machine (music instrument using 2000 marbles)
4:33
💥ФЕЙГІН повернувся із СУДЖИ і шокував заявою
36:27
Телеканал Прямий
Рет қаралды 274 М.
Shell-sort with Hungarian (Székely) folk dance
4:31
AlgoRythmics
Рет қаралды 615 М.
Hungarian Folk Dance | Ököritói Táncok
7:22
The Tamburitzans
Рет қаралды 23 М.
Echad Mi Yodea by Ohad Naharin performed by Batsheva - the Young Ensemble
7:30
Batsheva Dance Company
Рет қаралды 3,9 МЛН
Maiden folk dance
3:58
Anton Globa
Рет қаралды 3,4 МЛН
Selection Sort: Itik-itik Dance
5:32
Timothy Su
Рет қаралды 17 М.
Deadpool family by Tsuriki Show
00:12
Tsuriki Show
Рет қаралды 4,5 МЛН