Reorder List (LeetCode 143) | Full Solution with 3 step process and animations

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

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

  • @matthewzarate8851
    @matthewzarate8851 2 หลายเดือนก่อน +3

    Wow, I had an identical problem to this that was on my data structures exam last Fall semester!

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

      Thanks for the helpful explanation too! After watching the idea behind the approach I was able to complete it on my own. Thx Nikhil!!

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

      always happy to hear that

  • @minhajurrahmanmahi9757
    @minhajurrahmanmahi9757 16 วันที่ผ่านมา

    you are the best. keep going

  • @eduardoignacioroblessosa6349
    @eduardoignacioroblessosa6349 3 หลายเดือนก่อน +3

    this problem should be marked as difficult >.

  • @subramanya_l
    @subramanya_l 3 หลายเดือนก่อน +1

    THANK YOU

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

    Nice explanation!

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

    For a list with 4 nodes, and when we are finding the midpoint, doesn't p1 stop at the node before the midpoint?
    4 -> 8 ->15 -> 16
    It stops at 8..

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

    Sir i have been learning dsa from last 4 months and practice on my vs code . Can i now upload my solutions to leedcode account sooner or later

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

      You can upload them anytime. Didn’t understand your question

    • @kanaramjangid8563
      @kanaramjangid8563 13 วันที่ผ่านมา

      ​@@nikoo28I have practised dsa problems only in vs code editor. Now I am submitting my solutions to leetcode profile

  • @yomamasofat413
    @yomamasofat413 2 วันที่ผ่านมา

    well the easiest way to solve a linked list problem I think is to not use one in the first place