Bubble Sort in C++ ( Urdu/Hindi)

  Рет қаралды 30,579

IT Series

IT Series

Күн бұрын

In this video, we will learn the following in C++.
Sorting in C++
What is Bubble Sort?
Steps to sort value in array using Bubble Sort
C++ Bubble Sort Program
Advantages and Disadvantages of Bubble Sort
#ITSeriesTutor #C++ #BubbleSort

Пікірлер: 51
@arfatarfat-bm5qk
@arfatarfat-bm5qk Жыл бұрын
Kamal KR diya sir this is the true way to learn sorting 🎉
@exploringworld9732
@exploringworld9732 8 ай бұрын
Sir! You're one of the best teacher..... you have a very excellent method of teaching.sir I have no words to thank you....sir you are amazing😍😍
@GamerBoy-fe3ey
@GamerBoy-fe3ey 2 жыл бұрын
finally pakistani have started teaching well ❤❤❤❤❤
@MaazKhan-ly7sq
@MaazKhan-ly7sq 2 жыл бұрын
Yes , this is so good MashaALLAH
@ertugrulstatus8455
@ertugrulstatus8455 Жыл бұрын
😂
@All-in-oneRY
@All-in-oneRY 8 ай бұрын
😂😂
@baskamalik
@baskamalik 2 ай бұрын
🙂🙂🙂🙂
@fasih_jarral58
@fasih_jarral58 2 ай бұрын
Excellent method of teaching ❤
@MaazKhan-ly7sq
@MaazKhan-ly7sq 2 жыл бұрын
Great method of teaching MashaALLAH ❤.
@amnaamna9380
@amnaamna9380 2 жыл бұрын
Your method of teaching is very nice
@Creativelaiba
@Creativelaiba 4 ай бұрын
Yar kitni interesting ha programming ❤❤❤❤ I'm just obsessed with studying data structure programming algorithm 😊😊
@saidieee-q
@saidieee-q 11 ай бұрын
Your way of delivering lecture is jusss amazing,,, Sir keep it up❤❤
@AleemShoukat-r1c
@AleemShoukat-r1c 2 ай бұрын
that`s great sir ❤
@LEARNCOMPUTER-ie6pr
@LEARNCOMPUTER-ie6pr 7 ай бұрын
Thanks sir 😮 agar ma KZbin ka Malik hota to me apko 100M subscriber deta ❤
@HamidSaifullah-zm4ms
@HamidSaifullah-zm4ms Жыл бұрын
AoA I am happy when I find your lecture in youtube. The reason is that you are Muslim and your method of teaching is very helpfull. But the music distract us. So, please remove music from all vedios.
@razamalikrazamalik3617
@razamalikrazamalik3617 2 жыл бұрын
Yar Bhai ap buht acha smjhate ho Meri sari tension dor ho jati ha programming ki
@amusingentertainment127
@amusingentertainment127 2 жыл бұрын
Exactly Pakistani teachers also teach well
@LaraibRajpootLaraibRajpoot-r6y
@LaraibRajpootLaraibRajpoot-r6y 2 ай бұрын
Thanks a lot Sir..❤
@sherazhassan1966
@sherazhassan1966 Жыл бұрын
Jazakallah sir❤
@ShahzainSana
@ShahzainSana 9 ай бұрын
thanks sir g ap boht acha smjhaty hain
@khadijatufail-qb2op
@khadijatufail-qb2op Жыл бұрын
Good method for teaching
@adilali4831
@adilali4831 3 жыл бұрын
bht kamal sir
@asherfraz1183
@asherfraz1183 4 жыл бұрын
*Thanks You Sir* Baki Videos Searching or Sorting per Jaldi lay
@kinzaarshad589
@kinzaarshad589 Жыл бұрын
Jizakallah sir
@jaanbugti1324
@jaanbugti1324 Жыл бұрын
Mashallah Sir ❤
@unknownprogrammer7689
@unknownprogrammer7689 2 жыл бұрын
NICE WAy To Teach sir
@muhammadmumtaz5924
@muhammadmumtaz5924 Жыл бұрын
Awesome Sir 💕
@imranhussain-pd5gt
@imranhussain-pd5gt Жыл бұрын
Thank you sir for teaching
@mohammadahmad7199
@mohammadahmad7199 Жыл бұрын
Sir you are good
@Madinaoficel
@Madinaoficel 8 ай бұрын
Thanks Sir ❤
@syedfaheemulhassan6521
@syedfaheemulhassan6521 Жыл бұрын
BHT ACHA SAMJHYA
@ismailmashal2526
@ismailmashal2526 3 жыл бұрын
thank you sir bohot koch seka appsay
@TalhaNadeem-gd1dp
@TalhaNadeem-gd1dp 2 жыл бұрын
fantastic
@ahmedali3017
@ahmedali3017 2 жыл бұрын
excellent.
@tech_veer
@tech_veer 4 жыл бұрын
Good sir g
@SubhanImtiaz-sj1hr
@SubhanImtiaz-sj1hr Ай бұрын
Clearly show nai ho rha
@musabnawazrajar759
@musabnawazrajar759 3 жыл бұрын
Good
@fareehaiqbal4378
@fareehaiqbal4378 Жыл бұрын
can someone explain why are we using for loop at 4 different places, thats confusing me although i understand it when we used it two times but again the next two time is really over my head.
@zamzamelectronics750
@zamzamelectronics750 2 жыл бұрын
Ok
@ShakialSab
@ShakialSab 2 ай бұрын
❤😮🎉🎉😂😅
@awanmendung621
@awanmendung621 Жыл бұрын
can someone explain why j
@staynoobs
@staynoobs Жыл бұрын
Because the first element in any array starts at zero, so you will get recursion if you don't stop at the second last index
@mrxshooter4253
@mrxshooter4253 2 ай бұрын
@@staynoobstaki vo infine print na ho isliya??
@staynoobs
@staynoobs 2 ай бұрын
@@mrxshooter4253 index 4 does not exist in the array because the counting starts from zero. So if total number of elements is 4, then the following indexes exist: 0,1,2,3. The total number of elements is 4, but the last element(fourth) has an index of 3. So we should set our counter variable "j" one less than the number of elements i.e Four. So 4-1=3 so j
@Catastrophe177
@Catastrophe177 4 жыл бұрын
share bhi nai karoon ga
@taedy6928
@taedy6928 3 жыл бұрын
Tu deikh b na 😂
@mrxshooter4253
@mrxshooter4253 2 ай бұрын
Bhai music didtract karta hai poora time band karde plsssssss
@usamashabbir9165
@usamashabbir9165 Жыл бұрын
o bhi music bnd kr de 😢😢
@Catastrophe177
@Catastrophe177 4 жыл бұрын
like bhi nai karoon ga
@Catastrophe177
@Catastrophe177 4 жыл бұрын
mein ni subscribe karoon ga
@s.jbeautifulbirds3240
@s.jbeautifulbirds3240 3 жыл бұрын
Good
Selection Sort in C++
19:23
IT Series
Рет қаралды 19 М.
Bubble Sort | C++ Example
13:20
Portfolio Courses
Рет қаралды 35 М.
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН
It works #beatbox #tiktok
00:34
BeatboxJCOP
Рет қаралды 41 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
Bubble Sort in C++ (Hindi)
14:59
Edutainment 1.0
Рет қаралды 42 М.
setw Manipulator in C++(Urdu/Hindi)
15:18
IT Series
Рет қаралды 14 М.
Bubble Sort | C Programming Example
14:53
Portfolio Courses
Рет қаралды 142 М.
I Spent 100 Hours Inside The Pyramids!
21:43
MrBeast
Рет қаралды 12 МЛН
The 7 Levels of Math Symbols
14:03
The Unqualified Tutor
Рет қаралды 51 М.
Nested Structure in C++(Urdu/Hindi)
12:02
IT Series
Рет қаралды 12 М.
BUBBLE SORT IN HINDI || ITS ALGORITHM  || TIME COMPLEXITY OF BUBBLE SORT
18:18
Bubble Sort Algorithm in Hindi
32:22
CodeWithHarry
Рет қаралды 377 М.
СИНИЙ ИНЕЙ УЖЕ ВЫШЕЛ!❄️
01:01
DO$HIK
Рет қаралды 3,3 МЛН