Sorting Algorithms L-1 | Bubble Sort | Data Structure | GATE-2023 | Vishvadeep Sir

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

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

  • @rohitshorya7809
    @rohitshorya7809 ปีที่แล้ว +9

    At Timestamp: 1:04:00.
    The flag variable must be declared inside the first for loop and before 2nd for loop.
    void bubbleSort(int arr[], int n)
    {
    int i, j;
    int flag ;
    for (i = 0; i < n-1; i++)
    {
    flag = 0;
    for (j = 0; j < n-i-1; j++)
    {
    if (arr[j] > arr[j+1])
    {
    swap(&arr[j], &arr[j+1]);
    flag = 1;
    }
    }
    if (flag == 0)
    break;
    }
    }

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

      shi kaam to kr rha h bhai...tu dimag chla rha h itna

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

      whi declare hua h dhyan se dekh...

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

    Teaching style is awsome

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

    Enjoyed The Lecture.....

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

    Bahut dhanyavad 🙏🙏🙏

  • @RakeshKumar-mt9fv
    @RakeshKumar-mt9fv 2 ปีที่แล้ว +1

    Thankyou sir for such an amazing explanation

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

    Please upload remaining DSA topics lecture sir🙏

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

    Starts from 5:45

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

    Sir can I get PPT of these videos? I have checked telegram group but didn't get there.

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

    Sir where I can get the PPTs of these videos, can't find on telegram. BTW AWESOME VIDEO👌

  • @Jerry-wc3mk
    @Jerry-wc3mk 2 ปีที่แล้ว +1

    noice

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

    Bahut dhanyavad 🙏🙏🙏