Bubble Sort Program in C

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ธ.ค. 2024

ความคิดเห็น • 438

  • @CodeWithHarry
    @CodeWithHarry  4 ปีที่แล้ว +1189

    Enjoying the course?

  • @dipakpatil4370
    @dipakpatil4370 4 ปีที่แล้ว +53

    sir please make playlist on Dynamic Programing, you are best sir, and thanks for giving free coding material

  • @Anonymous20034
    @Anonymous20034 3 ปีที่แล้ว +1

    kya explanation hai !! ekdum dimaag mei smj aah jata h ache se

  • @TheAbhro
    @TheAbhro 4 ปีที่แล้ว +57

    what a coincidence, i wanted this only and you uploaded this today!! I have my code but your code is much more understandable... Thanks a lot🙏

  • @NavneetKaur-nc6vp
    @NavneetKaur-nc6vp ปีที่แล้ว +7

    Thank you so much, this video was really helpful, I was not able to understand this topic in 3-hour lecture that you made me understand in just 22 minutes.

    • @dishakaushik7665
      @dishakaushik7665 ปีที่แล้ว

      Can u tell me why the code will not enter in 2 loop in bubblesortAdaptive()

  • @sharjeelashraf9887
    @sharjeelashraf9887 2 หลายเดือนก่อน +1

    Never thought that I would get understood the DSA ever. But after watching your course series. I am overwhelmed the outcomes.
    Hats off to you Brother MAA SHAA ALLAH.❤

    • @Amg-m8j
      @Amg-m8j 10 วันที่ผ่านมา

      Mulla babu😃

  • @ayansamanta3919
    @ayansamanta3919 3 ปีที่แล้ว +3

    sir you are God of Coding.

  • @mandar2681
    @mandar2681 4 ปีที่แล้ว +2

    sir aap ko meri taraf se bohot sari duaye sir ,love you sir
    very helpful

  • @RatanDas
    @RatanDas 3 ปีที่แล้ว +2

    Thank You............. Harry bhai itna acha samjhane ke liye

  • @GroHeAT
    @GroHeAT 2 ปีที่แล้ว +2

    His explanations are fabulous and his relevant jokes , I watched it from apni kaksha but didn't get a big thanks to him

  • @AkashSharma-ps2vo
    @AkashSharma-ps2vo 2 ปีที่แล้ว +2

    Waaaaaawwwww.. this is the first time that if have understood bubble sort so much beautifully.. and u also made it in most optimised way .. hatts off sir .. and thanq very much for teaching us 😊 .. u r an awesome teacher sir 😇

  • @noi375
    @noi375 3 ปีที่แล้ว +10

    Thank you sir🙏🏻😃😃
    For this wonderful DSA course

    • @pratikukarde1103
      @pratikukarde1103 2 ปีที่แล้ว

      You have graet consistency....I am Seeing your comment on every video of this Playlist 👍

  • @hanikatiyar8391
    @hanikatiyar8391 2 ปีที่แล้ว +4

    Thanks you sir
    For understanding in C very easy ☺️☺️☺️☺️☺️☺️☺️

  • @jaankajhotta
    @jaankajhotta 2 ปีที่แล้ว

    Aakher videos h bhai ek number ka samj m aave h

  • @alone_man3198
    @alone_man3198 4 ปีที่แล้ว +5

    Thanks for all ur support in making us best in DSUC...😍😍😍

  • @honestperson5421
    @honestperson5421 2 ปีที่แล้ว

    Waah guru kya likha hai kya sikhaya hai maja aagaya

  • @krishsharma-m-3220
    @krishsharma-m-3220 ปีที่แล้ว +2

    big salute to you harry. I have a request please make a video about how and from where you learnt programming bcoz i am mermerized about the way you make everthing so simple and easy to learn

  • @placementskills1987
    @placementskills1987 4 ปีที่แล้ว +2

    the code works if we put
    for(int j=0;j

    • @supermatt7
      @supermatt7 10 หลายเดือนก่อน

      yeah but that would do ntohing but create a few more unecessary loops for us

  • @harshitshesh6027
    @harshitshesh6027 ปีที่แล้ว

    last me jab harry sir ne bola maja aa gya too etna aacha samajh aaya ki mene bhi kha last me maja hi aa gya

  • @mrityunjayshukla4750
    @mrityunjayshukla4750 4 ปีที่แล้ว

    Harry bhai aap mann ki baat padh lete hai mai sorting hee seekhna chah raha tha

  • @arpanakalele3364
    @arpanakalele3364 4 ปีที่แล้ว +1

    Bhut harddd Harry bhai🔥🔥🔥🔥

  • @sch1zo88
    @sch1zo88 ปีที่แล้ว +1

    6:00, dont mind i m pinning the most imp part for me :)

  • @blockchaindaily2348
    @blockchaindaily2348 3 ปีที่แล้ว

    Kya logic lagaya he bhaisab... Maza aagya... Adoptive array me

    • @rahiljakir
      @rahiljakir 3 ปีที่แล้ว

      luck bt chance mene bhi vahi logic se sir se pehle kar liya tha.. maza aa gaya confidence to the moon

  • @travelnlearn
    @travelnlearn 3 ปีที่แล้ว +1

    This add more interesting and put my interest in DSA

  • @binodofficial8420
    @binodofficial8420 4 ปีที่แล้ว +39

    In python
    a= whitehatjr
    b= codewithHarry
    a>b
    False
    a

  • @kamaldakshkrishnan9990
    @kamaldakshkrishnan9990 2 ปีที่แล้ว

    ik no. playlist Harry Bhai

  • @Mel-up7un
    @Mel-up7un หลายเดือนก่อน

    harry bhai you make everything so easyyyyyyyyyyy

  • @kushal6065
    @kushal6065 3 ปีที่แล้ว

    This algorithm is best for "bubbleSortAdaptive()":
    void bubbleSortAdaptive(int arr[], int n){
    int isSorted = 0;
    for(int i=0; i

  • @theoptionalvlog1628
    @theoptionalvlog1628 ปีที่แล้ว

    Crystal and Clear 🔥

  • @AshishKumar-dd1pi
    @AshishKumar-dd1pi 3 ปีที่แล้ว

    sir aap jitne achhe se samjhate h, utna class ki mam bhi nhi smjha pati hai

  • @aniksahaaorno
    @aniksahaaorno 2 ปีที่แล้ว

    Love from bangladesh guruji❤️❤️❤️

  • @lalitbhoge953
    @lalitbhoge953 4 ปีที่แล้ว +1

    U're Genius.

  • @thefive.am.c
    @thefive.am.c 2 ปีที่แล้ว +4

    I think 1st loop should be i

    • @yashwanthpasaladi2714
      @yashwanthpasaladi2714 2 ปีที่แล้ว

      same doubt he's using i

    • @atifmalik8012
      @atifmalik8012 3 หลายเดือนก่อน

      ​@@yashwanthpasaladi2714
      i is zero thats why
      Suppose n is 3.
      Then loop will run 3 times
      for(i

  • @khanmujtaba1887
    @khanmujtaba1887 4 ปีที่แล้ว

    Bilkul maza aa gya harry bhai 😇

  • @androdeveloper7261
    @androdeveloper7261 ปีที่แล้ว +1

    Clear and on-point ❤. Thanks for such a amazing explanation

  • @RonitPaul-o5x
    @RonitPaul-o5x 4 หลายเดือนก่อน

    I appreciate your hard work sir. SALUTE TO YOU SIR

  • @devenderbariya9198
    @devenderbariya9198 4 ปีที่แล้ว +1

    Thanks Harry bhai. You are doing great work

  • @pankajkumarsingh3521
    @pankajkumarsingh3521 2 ปีที่แล้ว

    greatt video sirr

  • @gulabdubey6240
    @gulabdubey6240 3 ปีที่แล้ว +1

    You are great. Harry sir I always find new thing in your videos a very thanks you.

  • @lalith_kumar_akhila2411
    @lalith_kumar_akhila2411 3 ปีที่แล้ว +2

    excellent bro...thank you..making bubble sort adaptive is really a nice idea

  • @not_intrested
    @not_intrested ปีที่แล้ว

    Mind =blown with that isSorted code💖

  • @udaykirankavaturu6942
    @udaykirankavaturu6942 ปีที่แล้ว

    Harry bhaiya done with this, thank you

  • @SDE_M.sameem
    @SDE_M.sameem 2 ปีที่แล้ว

    Best teacher.

  • @skpasha559
    @skpasha559 4 ปีที่แล้ว

    Nice video bhai Iam your big fan bhai love from Hyderabad

  • @ambapatel9925
    @ambapatel9925 2 ปีที่แล้ว

    Yes, Enjoying DSA😻

  • @helpforu4680
    @helpforu4680 3 ปีที่แล้ว

    wow harry bhai superb // and thanks

  • @kartikeymishra9045
    @kartikeymishra9045 ปีที่แล้ว +1

    Awesome art of teaching 🔥🔥

  • @anshikadubey2614
    @anshikadubey2614 3 ปีที่แล้ว +1

    Half century 💕🙌🏻

  • @mohdshaban1904
    @mohdshaban1904 3 ปีที่แล้ว +1

    love you bro

  • @MrSaint-ch6xn
    @MrSaint-ch6xn 4 ปีที่แล้ว +2

    Eagerly waiting for next sorting❤️🔥🔥

  • @TwinshuParmar
    @TwinshuParmar 3 ปีที่แล้ว +1

    As always Maja agaya Harry Bhaiya!
    Thanks

  • @vikendra_jangid
    @vikendra_jangid 3 ปีที่แล้ว

    Harry bhai you are great 👍 😀

  • @abhinavanand7023
    @abhinavanand7023 3 หลายเดือนก่อน +3

    Sigma batch OP

  • @pragatisrivastava8051
    @pragatisrivastava8051 4 ปีที่แล้ว

    Yes sir.
    Enjoying it very much.

  • @royfamily9273
    @royfamily9273 2 ปีที่แล้ว

    Thanks Harry Bhaiya

  • @tanishadixit_
    @tanishadixit_ 3 ปีที่แล้ว +1

    How easy it has been!!!

  • @gayatrikumari9290
    @gayatrikumari9290 2 ปีที่แล้ว

    U r great sir 💐💐🙌

  • @faizanhabib4585
    @faizanhabib4585 3 ปีที่แล้ว +1

    Thanks

  • @siddharthprasad6529
    @siddharthprasad6529 3 ปีที่แล้ว

    mazaa aa gya sir ..thanks a lot

  • @hscodes5610
    @hscodes5610 4 ปีที่แล้ว

    Bahi Harry I love you ❤️❤️❤️

  • @Letsplayfreefire
    @Letsplayfreefire 2 ปีที่แล้ว

    Thank you 😊 💓 ☺ 💗 💛

  • @YuvrajSingh-wj4uc
    @YuvrajSingh-wj4uc 4 ปีที่แล้ว +1

    Hi bro I am a big fan of you

  • @sanketgaikwad7333
    @sanketgaikwad7333 3 ปีที่แล้ว +1

    Thank you sir for this amazing video ☺️

  • @sajid7250
    @sajid7250 2 ปีที่แล้ว

    Great explanation 😊🖤

  • @DipsOfficial802
    @DipsOfficial802 2 ปีที่แล้ว

    Thank you Harry bhai for such a great Course 🙏🙏🙏

  • @MeetPatel-o6e
    @MeetPatel-o6e ปีที่แล้ว

    very helpful video sir

  • @rudrapratapsingh5756
    @rudrapratapsingh5756 4 ปีที่แล้ว

    Hey, Im Samanth from Bangalore
    Within a couple of months after completing the simplilearn course.
    I was able to get through a reputed organisation as Arnatics Manager with a decent salary hike.
    .
    .
    Bas bhai ab bas kar de😭😭 nahi karna simplilearn 😕

  • @thinkdaily5140
    @thinkdaily5140 4 ปีที่แล้ว +1

    Ha bhaiaya bilkul

  • @saurabhtiwari287
    @saurabhtiwari287 4 ปีที่แล้ว +1

    Bhai ur legend

  • @oneeyedking3894
    @oneeyedking3894 ปีที่แล้ว

    thanks bro it worked

  • @suyashpandey4052
    @suyashpandey4052 3 ปีที่แล้ว

    Congratulations sir!

  • @rohansinghs3145
    @rohansinghs3145 4 ปีที่แล้ว +1

    Please make complete tutorials for machine learning 🙏🙏🙏

  • @NaveenSharma-cb8bq
    @NaveenSharma-cb8bq 4 ปีที่แล้ว

    thnx bro for all course

  • @__AdityaPatil
    @__AdityaPatil 3 ปีที่แล้ว +1

    50 completed :)

  • @aryan7069_
    @aryan7069_ 3 ปีที่แล้ว

    Worth watching

  • @ananya1325
    @ananya1325 3 ปีที่แล้ว

    great videos

  • @atifmalik8012
    @atifmalik8012 3 หลายเดือนก่อน

    //adaptive
    void BubbleSort(int* arr,int arrSize){
    int n = arrSize;
    int temp,flag;
    for(int i=0;i

  • @v.t482
    @v.t482 2 ปีที่แล้ว

    Thank you bhaiya 🙂🙂

  • @ManishSharma-fi2vr
    @ManishSharma-fi2vr 4 ปีที่แล้ว

    Mst h👌

  • @RohanDasRD
    @RohanDasRD 4 ปีที่แล้ว +1

    Yes we are enjoy the course

    • @Shivam-ed5fn
      @Shivam-ed5fn 4 ปีที่แล้ว

      How many computer language do you know??

  • @pradhyumnapradhyu7692
    @pradhyumnapradhyu7692 2 ปีที่แล้ว

    thankyou harry bhaiyya

  • @JohnDoe-kj2cs
    @JohnDoe-kj2cs 3 ปีที่แล้ว

    Love this course bro

  • @sudharani7550
    @sudharani7550 3 ปีที่แล้ว

    Does no one noticed his inner smile at 3:29 when he says int n likhunga Hum.... hehe and the covering it by "mai" LOL

    • @kushal6065
      @kushal6065 3 ปีที่แล้ว

      printf("what?");

  • @s.keditor9862
    @s.keditor9862 4 ปีที่แล้ว +1

    Ok sir..

  • @yuvrajtomar7113
    @yuvrajtomar7113 4 ปีที่แล้ว +1

    Keep upload bro 💞❣️

  • @sonadas6446
    @sonadas6446 4 ปีที่แล้ว

    Thank you for that❤❤❤❤❤it's too much help me ❤❤❤

  • @Matrix_Mayhem
    @Matrix_Mayhem 3 ปีที่แล้ว

    thanks harry bhai

  • @SAIKIRAN-tb4ce
    @SAIKIRAN-tb4ce 3 ปีที่แล้ว +1

    MAKE VIDEO FOR DYNAMIC PROGRAMMING HASHING AND VECTORS

  • @hrishikeshpatel6670
    @hrishikeshpatel6670 4 ปีที่แล้ว +1

    Sir plzzz one video on object detection in python plzzz sirr 🙏🙏🙏

  • @Sans_K5
    @Sans_K5 2 ปีที่แล้ว

    thanks_Sir💜🔥

  • @The_Jasu
    @The_Jasu 4 ปีที่แล้ว +5

    Hi big bro, u r awesome 🔥🔥 no words how to explain that, I m learning c programming language with u full corse but after complate this course where I can get a certificate that certifying You are a c programer... please reply big brother ❤️❤️

  • @aditgaur1585
    @aditgaur1585 4 ปีที่แล้ว

    Very Nice Video

  • @freekeys
    @freekeys 4 ปีที่แล้ว +1

    Great ❤️ continue regular sir ji link na tute harama😂

  • @namanxai
    @namanxai 4 ปีที่แล้ว +2

    Sir I Love Your Videos - I got lots of help from them ! 😊

    • @Me-su6bx
      @Me-su6bx 4 ปีที่แล้ว +1

      Why do we write int * for arrays in functions plz rply!

    • @dipakpatil4370
      @dipakpatil4370 4 ปีที่แล้ว

      @@Me-su6bx pointer bro

    • @anexocelisia9377
      @anexocelisia9377 3 ปีที่แล้ว +1

      @@Me-su6bx Basically, It means the address of the first element of the array.
      in c arr[i] will give the address of the arr, and using *arr while input will point to the start of the array.

  • @arindambala8831
    @arindambala8831 3 ปีที่แล้ว

    Thank you Harry Bro

  • @09.arkodevmukherjee24
    @09.arkodevmukherjee24 4 ปีที่แล้ว +1

    Sir please bring one java video every day.

  • @EBKCS_SamarthGoyal
    @EBKCS_SamarthGoyal 3 ปีที่แล้ว

    in sorting definition he run the loop for i=0;i

  • @user-rf3he9uv5m
    @user-rf3he9uv5m 4 ปีที่แล้ว

    1st wale for loop me , i

    • @259_parthpatidar9
      @259_parthpatidar9 3 ปีที่แล้ว

      ha whi hoga kyui less than h so phle se hi 0 to n-1 tak chal ra

  • @engineerbhai7642
    @engineerbhai7642 4 ปีที่แล้ว

    Thank you so much Harry Bhai.

  • @technicalayush8442
    @technicalayush8442 4 ปีที่แล้ว +3

    Bro make a video
    How to make a tool "TH-cam to MP3 converter" by using phyton

    • @technicalayush8442
      @technicalayush8442 3 ปีที่แล้ว

      @Code-With : Munneb; means bro

    • @technicalayush8442
      @technicalayush8442 3 ปีที่แล้ว

      @Code-With : Munneb; and I can make this tool by using any other languages?

    • @technicalayush8442
      @technicalayush8442 3 ปีที่แล้ว

      @Code-With : Munneb; which one is compulsory for this tool?