Insertion Sort Code | DSA

Поделиться
HTML-код
  • Опубликовано: 12 дек 2024

Комментарии • 32

  • @jyotiranjanmohapatra9089
    @jyotiranjanmohapatra9089 20 дней назад +3

    insertion sort i saw 100 videos,but all are half baked,half crooked and half naked only except this video,BOSS continue you have understood it ,please keep it up .........with my salute

  • @techtoss7515
    @techtoss7515 5 месяцев назад +3

    now im clear in insertion sort after wasting 1 year of finding different resources else where.. thank you so much sir...😍😍😎😎

  • @samwelino
    @samwelino 6 месяцев назад +3

    Watched many videos and read many articles about Insertion sort algorithm, but your explanation is the best👍

  • @KavyasriKinjarapu
    @KavyasriKinjarapu 5 месяцев назад +2

    It's awesome sir thank you for teaching very neatly 😊

  • @farxeennn_n
    @farxeennn_n Год назад +2

    well explained sir. will forever be grateful. you made coding so easy

  • @mrdeveloper4438
    @mrdeveloper4438 Год назад +1

    Awesome explanaton great sir more question solve of DSA problem that will be great.

  • @butterflybeautysalonindore7542
    @butterflybeautysalonindore7542 Год назад +1

    What an excellent explanation as always thank you so much sir 😊

  • @mrunalirajkule644
    @mrunalirajkule644 10 месяцев назад +2

    Just Awesome Explanation Sir

  • @varunds8255
    @varunds8255 6 месяцев назад +1

    Very detailed explanation sir, thank you.

  • @vishaljaiswar6441
    @vishaljaiswar6441 Год назад +1

    loved the explanation

  • @maruthirompicherla4549
    @maruthirompicherla4549 9 месяцев назад +1

    love you sir you are god of dsa

  • @gods_love888
    @gods_love888 9 месяцев назад

    thank u so much sir(i know iam gona never forget this code in life)

  • @egos_ua
    @egos_ua Год назад +1

    thank you for your solid explanation, you are cool

  • @phuongnguyen9244
    @phuongnguyen9244 Год назад +1

    Thank you for your lession.
    Can you make a video about quick sort ?

  • @DeepikaDecodes
    @DeepikaDecodes Год назад +2

    Well explained 👏

  • @chanaka7518
    @chanaka7518 Год назад +1

    Great explanation

  • @thelunatiK
    @thelunatiK 3 месяца назад

    Wow He explained it like it was a piece of cake

  • @ubiquitousgamer955
    @ubiquitousgamer955 Год назад

    Thanks a lot, finally understood how the end arr[j+1l=key prevents the index out of bounds error.

    • @pnprashant671
      @pnprashant671 Год назад

      Fuckin hell😅, please explain here brother! Glad I saw your comment.

  • @mehulkumar8674
    @mehulkumar8674 3 месяца назад

    Very well explained 👍👏

  • @laxusgaming108
    @laxusgaming108 Месяц назад

    amazingly taught.

  • @raviteja-u9u
    @raviteja-u9u 3 месяца назад

    sir can you pls give some example questions at the end so that we will do that questions and gains extra knowledge hope you see my comment and impliment it for upcoming videos

  • @NallajamChenchuKrishnaiah
    @NallajamChenchuKrishnaiah Месяц назад

    for(int i = 0;i0;j--){
    if (arr[j] < arr[j - 1]) {
    // swap(arr[j],arr[j-1]);\
    int t = arr[j];
    arr[j] = arr[j - 1];
    arr[j - 1] = t;
    }
    }
    }
    by using this logic we can perform insertion logic

  • @vyshnaviyendluri1846
    @vyshnaviyendluri1846 Месяц назад

    Tq for the logic sir

  • @smani7654
    @smani7654 Год назад +1

    Hi bro
    Can you please make a machine learning series using python

  • @BalajBm
    @BalajBm 6 месяцев назад

    which too you used for teaching ., im ask your black board name

  • @diptamoy12
    @diptamoy12 Год назад

    Sir please make a series on aws or azure cloud tutorial

  • @sonubehera7882
    @sonubehera7882 Год назад

    To our teacher thought us this concept in c language

  • @SivaTechVerse
    @SivaTechVerse Год назад

    Can i oos know why you are doing only with java but not with python

  • @calmrelaxed7626
    @calmrelaxed7626 Год назад

    dedicated

  • @prathameshkorde-u7b
    @prathameshkorde-u7b 2 месяца назад

    🙏🙏

  • @RishiRajxtrim
    @RishiRajxtrim Год назад

    🙏💯