Javascript Freecodecamp Algorithm #34: Implement Merge Sort

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2025

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

  • @queenieho317
    @queenieho317 4 ปีที่แล้ว +24

    I love the fact that you said “it’s relatively easy to implement...uh not really it’s kinda difficult to implement ...” lol keep up the good work

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

    This deserves more views as it was the most thorough breakdown I have seen. Been trying to wrap my head around this for a week on and off.

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

    I have watched ton of videos and understood nothing out of any video but yours was great, Simple and informative explanation , what a legend

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

    This is a great explanation, thank you, Justin!
    Having a look at line 11 in the final solution code, I think it should instead be: `if (leftEl

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

    *Correction to what you are saying comparing the lookup speed in terms of O(n log n) or O(n^2)
    Actually, O(N*log(N)) is far better than O(N^2). It is much closer to O(N) than to O(N^2)

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

    Life saver....Didnt have to go through a 2nd part of another hour long video of ...user

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

    Best explanation I found on yt

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

    Great job Justin! Very well explained

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

    Fantastic explanation

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

    Excellent series - thank you!

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

    damn this one is a behemoth. thanks for a great explanation

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

    thanks for this video! I appreciate how thorough you are!!

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

    Beautiful! Just beautiful

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

    Me encantan tus explicaciones, muchas gracias por compartir tu sabiduría. Siento el idioma, no me expreso bien en ingles, aun

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

      En El Video, muestra una parte del curriculum de algoritmos en freecodecamp sobre MergeSort.
      Hoy Por Hoy intento buscar esa seccion, pero no la encuentro.
      Mi Pregunta es : Esta Esa Seccion o Hoy la Cambiaron?

  • @JW-qd3ol
    @JW-qd3ol 4 ปีที่แล้ว

    Good stuff! I love your videos, man!

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

    I wanna help
    Is this algo playlist enough for any freshers interview ? For a mern developer.

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

    Great explanation!

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

    Thank you for the very helpful video!

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

    great video man!

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

    Love your videos ! Hate this sort haha

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

    Okay, so I really like this video. It really helped me understand Merge Sort, the JS syntax made it much easier, especially with the spread at the return statement. NOW, my question is the following. HOW DO YOU HAVE THE

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

      In case you're still wondering about this, it's a fancy font with "code ligatures" being the keyword to search for.

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

      @@hustake4475 I'm indeed still wondering about it hahaha. Appreciate it a lot!! I'll install it

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

    Thanks!

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

    Thank you so much sir ❤️

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

    It is not sorted from least to greatest

  • @9awan
    @9awan 3 ปีที่แล้ว

    Very clever solution that I have been searching for. I am glad I came across this.isCool