selection sort

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

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

  • @vinayapathak
    @vinayapathak 4 года назад +5

    Best course online for beginners in DSA+Python

  • @Jaimin_Bariya
    @Jaimin_Bariya 2 месяца назад

    Jp here again [comment number 9]
    Thank you, Sir, :)

  • @muralidhar40
    @muralidhar40 2 года назад +3

    Forget Udemy, forget Coursera, Follow courses on IISc, NPTEL, MIT OCW etc.

  • @neiljohn2637
    @neiljohn2637 3 года назад

    sir I had a doubt, In al these codes you are just writing the fuction definition and the code runs..So I assume you have already coded the fxn call and so on on ur computer. Is that so?

  • @cocofortin
    @cocofortin 6 лет назад +5

    very inefficient code of selection sort..school boy error:::::::
    every time iterating ,,,its calculating len(l)....it should be pre defined

    • @ParthKohli
      @ParthKohli 3 года назад +3

      len is an O(1) operation