DAA16: Sorting Algorithms | Bubble Sort, Concept, Algorithm, Examples, Time And Space Complexity

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ม.ค. 2025

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

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

    Thankyou sir for putting in your efforts and making us understand.

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

    you are just the best

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

    Wow nice 👍👍

  • @Vaibhav-os6si
    @Vaibhav-os6si 23 วันที่ผ่านมา

    Thank you sir

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

    Very well explained! Thank you! I just wanted to know can we make notes and take screenshots? Btw I already did

  • @GauravSingh-jw5gw
    @GauravSingh-jw5gw 4 ปีที่แล้ว +2

    Helpful video

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

    Thank you sir!

  • @Fawad-khan-web-developer
    @Fawad-khan-web-developer 3 ปีที่แล้ว

    Thank you sir from Pakistan

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

    Very Good sir

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

    great sir

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

    Sir what's app group full btara hai plzz🙏🙏🙏 kese kre btao

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

    Very Nice. Thank you sir.

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

    Thank you sir

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

    Sir best case me n kaise aayega . statement run to hoga and conditions false hoga

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

      There are no swapping will happen

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

      @@UniversityAcademy swapping is constant, how can you say

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

    Kya ye DSUC part 55 ke baad ka part hai?

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

    Please upload unit 2

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

    pass no kitna hoga kaisa samajte he?

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

    How is the best case O(n)? The swap function will not work, but the inner loop will(values of j will change)

    • @HarendraKumar-hl8nh
      @HarendraKumar-hl8nh 4 ปีที่แล้ว +4

      Best case for given algorithm will be also O(n2). Becoz everytime inside j loop "if" condition will check n time.
      But you can optimise it by placing a variable (swapped = false;) in j loop. And when swapping is done than change it to (swapping = True) inside the swapping condition.
      After j loop terminates than again check if (swapping== false) than simply break .

  • @AnonymousAnonymous-pz8iz
    @AnonymousAnonymous-pz8iz 23 วันที่ผ่านมา

    Bhai in videos ko dekh ke aktu ho jayega na?

  • @TanishqAnand
    @TanishqAnand 5 ปีที่แล้ว

    Sir how many videos are left to upload?

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

      7-8 Aprox

    • @TanishqAnand
      @TanishqAnand 5 ปีที่แล้ว

      @@UniversityAcademy sir can they be uploaded till 10th? Semester exams shuru ho rhe hain

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

    Thanks sir