Selection Sort Algorithm | Code & Time Complexity | Data Structure & Algorithm | Bangla Tutorial

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

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

  • @codesheet4750
    @codesheet4750 ปีที่แล้ว +6

    বাংলা ভাষায় এমন অনন্য অবদানের জন্য অসংখ্য ধন্যবাদ
    টাইম কম্প্লেক্সিটি টা বিশেষ করে দরকার ছিলো ।
    অসাধারণ আলোচনা ।

  • @shahriarchowdhury5582
    @shahriarchowdhury5582 9 วันที่ผ่านมา

    You deserve more viewers and subscribers, brilliant man❤️ go ahead

  • @md.tanvirahmed9529
    @md.tanvirahmed9529 ปีที่แล้ว +1

    খুবেই উপকার হলো ভাই,,,, ইসলামী বিশ্ববিদ্যালয়ে থেকে দেখছি

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

    I really can’t thank you enough for such interactive content. Found your video at the perfect time when I needed the most. Go ahead

  • @ishratjahan-cr7lh
    @ishratjahan-cr7lh ปีที่แล้ว

    Thank you vaia...apner video dekhe exam disi Alhumdulilallah onk vlo hoise

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

    You're great! Awesome lecture! Thanks to you for this video.

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

    Sir I am very happy
    For your help
    All doubt is clear.
    Many many thanks 👍

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

    Thank you sir for helping me understand this sorting algorithms.

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

    very good ,thanks

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

    Thank you so much. Dear brother ❤️
    Concept fully clear!

  • @md.robelahammed5137
    @md.robelahammed5137 4 ปีที่แล้ว +3

    I think swap er condition ta second for loop er bahire hobe bro.... swap er condition 2nd for loop er betore howay if(a[j] < a[min]){} ai condition check korar por kintu j er value increament na kore if(min ! = i){} ai condition check korbe ,, .... r swap er conditon ta 2nd for loop end howar pore ee drkar... thanks for your nice tutorial

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

    Very informative and helpful video😍😍😍

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

      Please share it to your friends

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

    khub shundor explanation❤❤

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

    Thank You Vhaia

  • @STaSin-so5sj
    @STaSin-so5sj 4 หลายเดือนก่อน

    Correction: The second for loop will end before second if ( If(min!=i) )...

    • @STaSin-so5sj
      @STaSin-so5sj 4 หลายเดือนก่อน

      for (i = 0; i < n-1; i++) {
      // Find the minimum element in the unsorted part of the array
      min = i;
      for (j = i+1; j < n; j++) {
      if (arr[j] < arr[min]) {
      min = j;
      }
      }
      // Swap the found minimum element with the first element
      if (min != i) {
      temp = arr[i];
      arr[i] = arr[min];
      arr[min] = temp;
      }
      }

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

    great

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

    Thank you so much.

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

    I have a doubt.it-2 te 13 to 9 er shathe swap na hoye 11 er shathei swap hoye jete parto.tokhon to condition ta thik thakto na,,,,atar ans den plz...

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

    Attributes of the selection Sorting Algorithm and their explanation (eg. adaptability, offline/online, etc.)
    can you please explain it ??

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

    thanks...❤❤

  • @csebangla3618
    @csebangla3618 11 หลายเดือนก่อน

    bolchi dada jokhn pass 1 er por
    array ta 2 13 15 11 9 chilo trpr to ebar 13 ta k dhore cholbo kintu o jokhn compare korte thakbe tokhn to dekhbe 11

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

    thanks lot off.

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

    aro vdo chai bhaiyaaaaaa

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

    Sir please 🙏
    You will explain this concept of any program same types
    I mean you will explain by the note book ,use the writing by pen and notebook

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

    sir apni ki UAP tei faculty hishebe achen?

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

    best chilo kintu code pc te korle onk valo hoto vaiya besta DS playlist bd

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

    Lovely

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

    Outer loop a n-1 holo. but inner loop a n holo kano.? n-1 holo na kano??

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

    Wonderful

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

    sire, can u give a ms word file for this code?

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

    Thank you so much

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

    Thank u💚