Insert-sort with Romanian folk dance.flv

  Рет қаралды 104,587

megaovermoc

megaovermoc

Күн бұрын

Пікірлер: 60
@CheeseDog971
@CheeseDog971 7 жыл бұрын
I would like to thank my CompSci professor for making me watch this
@horacethehippo2445
@horacethehippo2445 2 жыл бұрын
Typing this in a comp sci lesson
@KingOfComedyXD
@KingOfComedyXD 2 жыл бұрын
Terry Davis was my CompSci professor
@pressftopayrespects6325
@pressftopayrespects6325 Жыл бұрын
Mine had my class watch the gypsy folk dance one, haha.
@XaxtonRevolution2
@XaxtonRevolution2 2 ай бұрын
This is not insertion sort; this is optimized gnome sort; optimized gnome sort is the same as regular gnome sort except you don’t start over the checking at the beginning each time you do a series of swaps.
@nilberthsouza
@nilberthsouza 2 жыл бұрын
This is really cool. Blessed be whoever came up with the idea and made it come true
@rodrigozonzin5835
@rodrigozonzin5835 2 жыл бұрын
how the fuck did I get here?
@BianCarlo
@BianCarlo Жыл бұрын
I learned in 5 minutes what I was breaking my head to learn in 1 whole day.
@XaxtonRevolution2
@XaxtonRevolution2 Жыл бұрын
(Edit: this is Optimized Gnome Sort not Gnome Sort.) I hope you weren't trying to learn Insertion Sort because the video title is misleading; the sorting algorithm in this is actually Optimized Gnome Sort, not Insertion Sort. Still a good video though.
@XaxtonRevolution2
@XaxtonRevolution2 11 ай бұрын
actually, this is optimized gnome sort
@mernus7512
@mernus7512 10 ай бұрын
if you couldn't understand this even just by reading and needed this to fully understand, maybe you should stop trying
@ЗалинаАхмедова-ы8м
@ЗалинаАхмедова-ы8м 9 ай бұрын
@@mernus7512 stop being so toxic
@alexchen6696
@alexchen6696 7 ай бұрын
funny, surprised, insightful, respectful
@GiantSquid13
@GiantSquid13 Жыл бұрын
I had no idea there were equal number of men and women until the sort was complete. Hilarious, entertaining and beautiful
@yeeesssssss
@yeeesssssss Жыл бұрын
I stopped watching explainers on the algos and just watch the dancing vids at this point
@selcukozdemir8941
@selcukozdemir8941 2 жыл бұрын
If that was done in Turkey. Probably Mahmut Tuncer would do that with "Halay".
@anilokcuoglu
@anilokcuoglu Жыл бұрын
Halay is our redline
@SpacepopeSpeaking
@SpacepopeSpeaking 8 ай бұрын
When I have to proof the worth of the human species to some aliens, I'll show them these videos.
@domzcaj6602
@domzcaj6602 2 жыл бұрын
efectiv genial
@SpRaT92
@SpRaT92 Жыл бұрын
My CS teacher sent me this... I didn't know what the video was about so I didn't get what was happening for the first two minutes, but god, this video is genious
@XaxtonRevolution2
@XaxtonRevolution2 Жыл бұрын
I hate to break it to you, but your teacher gave you slightly wrong information because this is not insertion sort, but rather optimized gnome sort. insertion sort is slightly different. i’ll explain later.
@lesjes4193
@lesjes4193 2 жыл бұрын
omg ! beatiful !!
@spider853
@spider853 12 жыл бұрын
Bravo!
@mucahidekmekci220
@mucahidekmekci220 3 жыл бұрын
hey
@Kayra5138
@Kayra5138 Жыл бұрын
I was expecting to write code as homework but this video was not bad either
@AusticHardOfHearingSinger
@AusticHardOfHearingSinger Жыл бұрын
Nice!
@evarey-kd6ez
@evarey-kd6ez 5 ай бұрын
love this, megaovermoc
@Andreas-zv1se
@Andreas-zv1se 7 жыл бұрын
Moin Osnabrücker Leute für das Testat 07 :D
@Natal0ne
@Natal0ne 27 күн бұрын
ty
@BehailuKoricho
@BehailuKoricho 2 жыл бұрын
My teacher was not joking..........lol
@ElifArslan-l9g
@ElifArslan-l9g 3 жыл бұрын
grate
@johannesbuttgereit886
@johannesbuttgereit886 2 жыл бұрын
grape
@sergesolkatt
@sergesolkatt Жыл бұрын
❤️
@XaxtonRevolution2
@XaxtonRevolution2 7 ай бұрын
I would actually like to reinstate my previous point that this is NOT insertion sort but rather a similar sort called, "Optimized Gnome Sort."
@rpdemo
@rpdemo 3 ай бұрын
Quick question, I could make the algorithm. But wasn't able to make the objects to dance as in the video (just go straight to the point). Does anyone has any lib with allows me to do that?
@kunju.mp3799
@kunju.mp3799 Жыл бұрын
Nice
@arismith59
@arismith59 Жыл бұрын
I was watching Wilbur videos and ended up here.... SOMEONE EXPLAIN ME 💀💀💀
@akyrvx
@akyrvx Жыл бұрын
Merci mon prof de nsi
@adarozer
@adarozer 2 жыл бұрын
Where am I
@diegojesussilvaeduardo9347
@diegojesussilvaeduardo9347 2 жыл бұрын
Where ARE WE?
@Fmajor7
@Fmajor7 Жыл бұрын
Musician here. makes sense. I guess 😅…
@moonlight-bq6lr
@moonlight-bq6lr 2 жыл бұрын
What is the name of music
@XaxtonRevolution2
@XaxtonRevolution2 Жыл бұрын
Isn’t this gnome sort and not insertion sort?
@RyanLucroy
@RyanLucroy Жыл бұрын
Gnomesort and Insertionsort are closely related, but they differ in one step: Insertionsort saves the position of the next element to sort, while Gnomesort goes back up to that position. Since they don't compare the elements again after inserting at the right position, it's Insertionsort.
@XaxtonRevolution2
@XaxtonRevolution2 Жыл бұрын
@@RyanLucroy well if you search for insertion sort explained and watch the video with the robots, you will see that insertion sort keeps the current element in an auxiliary array, until all of the necessary swaps of the elements to the left of it are performed. So to go to it in more detail, if this was insertion sort, after the 7 was placed in its correct position, the rest would be different; the 2 would be moved from a[5] to an auxilliary array then compared with the 8 and then the 8 would be moved from a [4] to a[5] but the next step would not be to move the 2 to a[4] but rather to compare the 2 to the variable stored in a[3] which is the 7 and because the 7 is higher, the 7 gets moved from a[3] to a[4] and then the 2 gets compared with the the variabled stored in a[2] which is 3 and because 3 is higher, the 3 gets moved from a[2] to a[3] then the 2 is STILL in the auxiliary array and gets compared with the variable stored in a[1] which is 1 and because 1 is NOT higher than 2, the 2 finally gets moved from the auxiliary array to a[2]. So with insertion sort, NO ELEMENT CAN BE MOVED FROM THE MAIN ARRAY TO AN AUXILIARY ARRAY MORE THAN ONCE.
@XaxtonRevolution2
@XaxtonRevolution2 10 ай бұрын
@@RyanLucroy if gnome sort saved the position of the next element to be sorted, it would still be different from insertion sort; it would be optimized gnome sort.
@NiputuTikaputri
@NiputuTikaputri Жыл бұрын
Saya tidak mengerti
@lololol338
@lololol338 11 ай бұрын
polytech nantes idia3 2026
@gabsor7295
@gabsor7295 2 жыл бұрын
m smiris
@Sheiza
@Sheiza 4 жыл бұрын
გეპეის დამპროექტებელ ამშენებელი მოვტყან მე
@giorgigongadze5167
@giorgigongadze5167 4 жыл бұрын
:დდდდდდდდდდდდდდდდდდდდდდდდდდდდდდდდდდდდდდ
@alanhasmemes
@alanhasmemes 2 жыл бұрын
Not accurate to romanian folk dancing, if it was truly authentic to romania then the dance would involve stealing someones wallet
@ultravioletsus
@ultravioletsus 2 жыл бұрын
r/usernamechecksout
@alanhasmemes
@alanhasmemes 2 жыл бұрын
@@ultravioletsus redditors begone
@ultravioletsus
@ultravioletsus 2 жыл бұрын
@@alanhasmemes i unironically like your attitude towards people lol
@dewamaderestia6853
@dewamaderestia6853 Жыл бұрын
Nyobrat
@dewamaderestia6853
@dewamaderestia6853 Жыл бұрын
Alit asu
@absent4440
@absent4440 Жыл бұрын
Where am i