Sorts 6 Merge Sort

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • Dr. Rob Edwards from San Diego State University muses about merge sort. A great out of place sort

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

  • @splee4552
    @splee4552 6 лет назад +11

    brilliant job, professor, thank you so much.

  • @Felipe-rl8tz
    @Felipe-rl8tz 4 года назад +4

    Almost 3h spent writing this code in Python using this video as a reference... At first, the will is to give up, once we succeed, there's this amazing feeling about programming. Thank you for your lessons, professor! Greetings from Brasil

  • @giorgi23
    @giorgi23 4 года назад +1

    The way you explain is really amazing

  • @dmangee2
    @dmangee2 2 года назад

    Best DS&A professor on RUclips.

  • @tonmoydas2105
    @tonmoydas2105 3 года назад +1

    This is an amazing explanation sir. Thank you so much.

  • @Oathk3eper
    @Oathk3eper 6 лет назад +4

    These videos are amazing :)
    Very helpful, thank you!

  • @katrinmikaelson
    @katrinmikaelson 6 лет назад +2

    Thank you so much. Very easy to understand.

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

    I love you Dr. Edwards

  • @radelfalcao9327
    @radelfalcao9327 4 года назад +1

    Thank you for the explanation.It's perfect.

  • @dinahnyirenda1786
    @dinahnyirenda1786 6 лет назад +1

    Thank you for the awesome videos!

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

    Best explanation existed so far.

  • @jorgericaldi6438
    @jorgericaldi6438 6 лет назад +2

    thank you so much, professor!

  • @matthewaparte7423
    @matthewaparte7423 4 года назад +16

    2:26 - Nice

  • @OneOneTwo3
    @OneOneTwo3 5 лет назад

    Thank you so much for these videos!

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

    Thank you for making it fun.

  • @johnqu1t
    @johnqu1t 2 года назад

    thank you sir

  • @abinayasivasamy4708
    @abinayasivasamy4708 7 месяцев назад

    What's that you're writing on? Really great to learn

  • @singsarav
    @singsarav 4 года назад

    Excellent method of sorting. Let me try multi threading on it

  • @electroviper5931
    @electroviper5931 6 лет назад +1

    thanks a lot sir

  • @maciejwrona4942
    @maciejwrona4942 4 года назад +1

    Jesteś zajebisty typie

  • @rovoo743
    @rovoo743 5 лет назад +12

    1:04

  • @chamindadambadivanaula4944
    @chamindadambadivanaula4944 4 года назад

    Thanks sir

  • @shirins589
    @shirins589 6 лет назад +1

    sir which are the steps? I mean when the question give us said that right just steps so which one steps?

  • @ARTICFR0ST
    @ARTICFR0ST 4 года назад +1

    what if the initial list or array is odd?

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

      it will take integer part, example : consider your start is 1 and end is 6 and if you find middle it will be 1+6/2 = 7/2 = 3.5 = 3.

  • @therealestnoah
    @therealestnoah 6 лет назад +1

    does anyone know what he wrote at the end? "Out of place"?

    •  6 лет назад +2

      When we are merging the sorted values, we cannot put them into the original array, we need to make a new array of the size of the original array (lets call it a temp array), and put sorted values into it. Then we need to copy the sorted values from a temp array into the original array (so you can continue with recursive merging).

  • @youssefhammam6902
    @youssefhammam6902 2 года назад

    what is he writing on??

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

      he writing on your screen bro