No video

Bubble Sort

  Рет қаралды 85,277

KC Ang

KC Ang

Күн бұрын

This video shows how bubble sort works.

Пікірлер: 122
@henrylie4699
@henrylie4699 6 жыл бұрын
He's the hero we need, not the one we deserve
@turn1210
@turn1210 6 жыл бұрын
Not all heroes wear capes
@terencehch614
@terencehch614 5 жыл бұрын
Yes he is my hero 太興 太好味道
@nitusf
@nitusf 4 жыл бұрын
Hello Sir, you have explained this more clearly and simply than anyone else. Thank you.
@mtophir
@mtophir 4 жыл бұрын
Thank you, and welcome!
@ericsizemore
@ericsizemore 9 ай бұрын
i am in an entire course of computer science and this 3 minute video explained better than all the textbooks in the library. thank you youtube and thank you especially, KC Ang. Appreciate you, sir!
@mtophir
@mtophir 9 ай бұрын
You're most welcome. Glad my video helped. 🙂
@ravs
@ravs 5 жыл бұрын
Couldn't think of a simpler way to explain Bubble sort. The green marker helped a lot.
@nanogamer4546
@nanogamer4546 10 ай бұрын
Clearest explanation I've seen on this algorithm. Nice work.
@HarshalPalke
@HarshalPalke 8 жыл бұрын
I like the way you demonstrated bubble sort that was very helpful & thank you for the video
@terencehch614
@terencehch614 5 жыл бұрын
I like you
@royanaskhat8300
@royanaskhat8300 3 жыл бұрын
I will never forget how bubble sort works again! Thank you!
@mtophir
@mtophir 3 жыл бұрын
Happy to help!
@gokayay8568
@gokayay8568 5 жыл бұрын
If you give this gentleman a few cups, he can save our world...
@tublue32
@tublue32 Жыл бұрын
You are being used in college classes to teach this method. Best explanation I have ever seen. thank you
@mtophir
@mtophir Жыл бұрын
Wow, thank you!
@mayukhmalidas
@mayukhmalidas 3 жыл бұрын
This video is a gem
@vivekkumarsingh800
@vivekkumarsingh800 6 жыл бұрын
Great. You taught conceptually.
@_tnk_
@_tnk_ 5 жыл бұрын
What an amazing guy! Couldn't have done this better!
@mtophir
@mtophir 5 жыл бұрын
Thank you, glad you liked it.
@esselstan
@esselstan 3 жыл бұрын
Explained in a simple and clear way. Great job!!
@Aurelloyell
@Aurelloyell Жыл бұрын
Sir, you are absolute gigachad, Thank you it's very helpfull
@mtophir
@mtophir Жыл бұрын
Happy to help
@aloha2098
@aloha2098 7 жыл бұрын
concise and clear explanation, great job!
@fariarana4599
@fariarana4599 4 жыл бұрын
Very Helpful, This is the code for the video, to test it out open a new tab, rightclick and click inspect, then expand that portion, and at the top click sources, then add snippet and this is your js environment play ground but here is the code: var array =[3,2,1] var b = 10 var c = 1 //the third variable which is placeholder while(c==1){ c=0 for(var i=0 ; i < a.length ; i++){ if (a[i + 1] < a[i]){ c=1 b=a[i] a[i]= a[i + 1] a[i + 1]=b } } console.log(a) } now paste in the snippet and run the code and check the console to play around and see output
@user-rh1bx2es7j
@user-rh1bx2es7j 2 жыл бұрын
It's awesome.Eventually I know why the program of bubble sort need to the outer loop . Thank you.
@mtophir
@mtophir 2 жыл бұрын
You're most welcome.
@WarrenJay
@WarrenJay 6 жыл бұрын
OMG i got a test on thursday thank you so much I didn't understand why they had the OUTER LOOP go from the last element which make sense now because you have to have the largest number remaining over there yep
@mtophir
@mtophir 6 жыл бұрын
All the best for your test!
@viralshortsvideosss
@viralshortsvideosss 5 жыл бұрын
very nice video you deserve 1 moiilion subscription very best of luck essy and practical approach
@mtophir
@mtophir 5 жыл бұрын
Thanks for your kind words.
@superfact4556
@superfact4556 6 жыл бұрын
I like your videos and I request to do all sorting animated videos to clear our practical viws
@rubendariofrancodiaz6944
@rubendariofrancodiaz6944 4 жыл бұрын
Beautifully explained, thanks for this, greetings from Colombia.
@mtophir
@mtophir 4 жыл бұрын
Glad it was helpful!
@EriniusT
@EriniusT 3 жыл бұрын
Such a good, kind of mindblowing video
@mtophir
@mtophir 3 жыл бұрын
Glad you liked it!
@user-mn3iq2cs9n
@user-mn3iq2cs9n 6 жыл бұрын
My favorite of all algorithm videos.
@Razzlemouth
@Razzlemouth 6 жыл бұрын
陈瀚龙陈瀚龙陈瀚龙陈瀚龙陈瀚龙陈瀚龙陈瀚龙陈瀚龙陈瀚龙陈瀚龙陈瀚龙陈瀚龙陈瀚龙陈瀚龙陈瀚龙陈瀚龙陈瀚龙陈瀚龙陈瀚龙陈瀚龙陈瀚龙
@bmcdermott
@bmcdermott 5 жыл бұрын
This was so simple and helpful. Thank you!
@mtophir
@mtophir 5 жыл бұрын
You're most welcome!
@fergez2252
@fergez2252 4 жыл бұрын
You goated on the swapping cuz, keep it up!
@mtophir
@mtophir 3 жыл бұрын
Please read video description. Thank you for watching.
@sayedalimousavi6091
@sayedalimousavi6091 2 жыл бұрын
The best methods. Thanks, sir.
@mtophir
@mtophir Жыл бұрын
Welcome!
@demon_potato238
@demon_potato238 3 жыл бұрын
now this is epic
@MsKisshello
@MsKisshello 6 жыл бұрын
thank you for the video and the cups are cute, and it will be better if you could deliver the meaning of every round (which is to move the largest element to the most right position of this round)
@mtophir
@mtophir 6 жыл бұрын
Thanks for the suggestion.
@kunnudev7250
@kunnudev7250 Жыл бұрын
Great thanks so much for your great work great job please make more videos like this awesome videos thanks
@mtophir
@mtophir Жыл бұрын
Will try. Thanks for watching.
@prashantrawal3765
@prashantrawal3765 6 жыл бұрын
Simple and precise..
@chanukaakash5329
@chanukaakash5329 2 жыл бұрын
You are amazing person. Thank you!
@mtophir
@mtophir 2 жыл бұрын
Wow, thank you!
@lyricsdom4824
@lyricsdom4824 6 жыл бұрын
thanks for making it simply
@henrylie4699
@henrylie4699 6 жыл бұрын
Nothing but respect for MY president
@osmanmusse6223
@osmanmusse6223 5 жыл бұрын
Very well explained video sir
@mtophir
@mtophir 5 жыл бұрын
Thank you~ glad you liked it.
@terencehch614
@terencehch614 5 жыл бұрын
@@mtophir I like u too can i have a date with u
@Saminator06
@Saminator06 6 жыл бұрын
We watched this in Computer Science class at school.
@danielzuzevich4161
@danielzuzevich4161 7 жыл бұрын
Awesome. Heroic explanation.
@pavelrahl6284
@pavelrahl6284 6 жыл бұрын
Awesome video!
@oscarobrien8355
@oscarobrien8355 5 жыл бұрын
Great video!
@philippark1669
@philippark1669 6 жыл бұрын
Very helpful and straightforward thank you
@bandlaharesh3585
@bandlaharesh3585 5 жыл бұрын
Wow what great easy tip tnq
@terencehch614
@terencehch614 5 жыл бұрын
It's very hard man
@kaywanteli989
@kaywanteli989 5 жыл бұрын
Nice work 🔥🔥🔥
@mtophir
@mtophir 5 жыл бұрын
Thank you - glad you liked it.
@idealmusliu
@idealmusliu 7 жыл бұрын
You are so nice man TYYYY
@mandaleswaranthasarathakum3130
@mandaleswaranthasarathakum3130 4 жыл бұрын
Hi great video sorry but if I'm not mistaken the bubble sort algorithm would continue to compare the elements even if they're sorted at the end that's why it an unethical and slow process
@MJL1912
@MJL1912 6 жыл бұрын
So easy to follow! Thank you!
@mtophir
@mtophir 6 жыл бұрын
Most welcome!
@krishnaranjan1726
@krishnaranjan1726 7 жыл бұрын
Thank You master,respect from India.
@Razzlemouth
@Razzlemouth 6 жыл бұрын
venkatraman krishnamoorthy
@joshuathomas5062
@joshuathomas5062 6 жыл бұрын
Nice use of a visual aid
@kokoblac705
@kokoblac705 7 жыл бұрын
thanks so much, this vid helped me get a better grade
@kidoo1567
@kidoo1567 Жыл бұрын
Good😮
@hamzaassemlali6601
@hamzaassemlali6601 3 жыл бұрын
thank you for this great content respect 4 u man
@rameshsake3953
@rameshsake3953 7 жыл бұрын
Good explanation Sir helped a lot
@ravishingravi3311
@ravishingravi3311 6 жыл бұрын
very good method for understanding
@ftb2024_official
@ftb2024_official Жыл бұрын
Cool👍
@mtophir
@mtophir Жыл бұрын
Thank you
@hoax7592
@hoax7592 6 жыл бұрын
Really helpful video, however the cups sliding is so horrible.
@mtophir
@mtophir 6 жыл бұрын
So sorry about that!
@Krispijello
@Krispijello 3 жыл бұрын
AMAZING VIDEO!!! simple, yet full of information! I bet those who disliked didn't understand the video. XD
@tameemxd9384
@tameemxd9384 3 жыл бұрын
Sup Abdul
@phukieu4238
@phukieu4238 7 жыл бұрын
Thank you. The video is very helpful
@kasetophono
@kasetophono 4 жыл бұрын
your videos are so helpful
@mtophir
@mtophir 4 жыл бұрын
Glad you like them!
@BrunoFPcovers
@BrunoFPcovers 6 жыл бұрын
Very helpful. Thank u!
@mtophir
@mtophir 6 жыл бұрын
Glad to know that you find the video helpful
@ianagooglemember1690
@ianagooglemember1690 6 жыл бұрын
Thank you that was helpful
@rubizabiz
@rubizabiz 5 жыл бұрын
well done sir nice video! love from italy
@mtophir
@mtophir 5 жыл бұрын
Thank you - greetings from Singapore. Glad you like the video.
@terencehch614
@terencehch614 5 жыл бұрын
KC u did a great job Can i get a greeting too>_
@Be_Khaos
@Be_Khaos 5 жыл бұрын
My teacher trying to explain this with words and by drawing a damn number tree on the White board... All he needed was 8 plastic cups with numbers on.
@terencehch614
@terencehch614 5 жыл бұрын
Kc can replace your teacher bro
@OmarKhaled-dw7oi
@OmarKhaled-dw7oi 6 жыл бұрын
Thanks a lot very helpful
@abdelrhmanelsaid4589
@abdelrhmanelsaid4589 7 жыл бұрын
So Simple Awesome ty ^^
@seanavery257
@seanavery257 6 жыл бұрын
thanks dad! subbed
@uruharachannel1765
@uruharachannel1765 6 жыл бұрын
thanks mr. u are persentation great
@raheelamughal1242
@raheelamughal1242 3 жыл бұрын
LOVE❤
@aidanboulton8288
@aidanboulton8288 5 жыл бұрын
watch in 2x speed and he has a flashback
@alen6423
@alen6423 2 жыл бұрын
BTP 100 seneca here
@aronabraha9794
@aronabraha9794 7 жыл бұрын
you did good on bubble sort. but your selection sort model is wrong. try to update
@celesefernal2490
@celesefernal2490 4 жыл бұрын
Cup song
@bbibek1
@bbibek1 6 жыл бұрын
great
@fightme12
@fightme12 6 жыл бұрын
Thanks mr
@naduladhanesh9146
@naduladhanesh9146 7 жыл бұрын
thank you very much :)
@davaabaatardayan4650
@davaabaatardayan4650 6 жыл бұрын
thank you
@azfarazis3982
@azfarazis3982 6 жыл бұрын
Thanks
@adityabhagavatula4173
@adityabhagavatula4173 6 жыл бұрын
thx so much
@angelamunyao7877
@angelamunyao7877 5 жыл бұрын
wow
@mitchkwok6923
@mitchkwok6923 5 жыл бұрын
amazing
@Andrew-00
@Andrew-00 5 жыл бұрын
@terencehch614
@terencehch614 5 жыл бұрын
I like u i love KC too!
@timdaley6926
@timdaley6926 5 жыл бұрын
WE DO A SWAP
@NitinRaathi
@NitinRaathi 7 жыл бұрын
thanks sir
@Razzlemouth
@Razzlemouth 6 жыл бұрын
🌚
@samanthapikus3178
@samanthapikus3178 7 жыл бұрын
Thank you!!
@mtophir
@mtophir 7 жыл бұрын
Welcome!
@pietrogavagnin6076
@pietrogavagnin6076 6 жыл бұрын
bella de zi
@anyonewanttoplay7922
@anyonewanttoplay7922 6 жыл бұрын
u know de wae
Quicksort: Partitioning an array
4:48
KC Ang
Рет қаралды 581 М.
Visualization of Quick sort (HD)
3:12
udiprod
Рет қаралды 852 М.
Unveiling my winning secret to defeating Maxim!😎| Free Fire Official
00:14
Garena Free Fire Global
Рет қаралды 10 МЛН
طردت النملة من المنزل😡 ماذا فعل؟🥲
00:25
Cool Tool SHORTS Arabic
Рет қаралды 21 МЛН
what will you choose? #tiktok
00:14
Анастасия Тарасова
Рет қаралды 3,5 МЛН
10 Sorting Algorithms Easily Explained
10:48
Coding with Lewis
Рет қаралды 51 М.
Bubble-sort with Hungarian ("Csángó") folk dance
5:16
AlgoRythmics
Рет қаралды 2,2 МЛН
Learn Bubble Sort in 7 minutes 🤿
7:44
Bro Code
Рет қаралды 238 М.
Bubble Sort - Sortierverfahren 6
3:49
Informatik - simpleclub
Рет қаралды 125 М.
15 Sorting Algorithms in 6 Minutes
5:50
Timo Bingmann
Рет қаралды 24 МЛН
Bubble Sort Algorithmus [mit Animation, Deutsch]
8:07
HappyCoders
Рет қаралды 7 М.
CS50 Shorts - Merge Sort
7:42
Apps Developer
Рет қаралды 33 М.
Hoare on inventing Quicksort
4:43
Turing Awardee Clips
Рет қаралды 7 М.
Unveiling my winning secret to defeating Maxim!😎| Free Fire Official
00:14
Garena Free Fire Global
Рет қаралды 10 МЛН