Remove Duplicates from Sorted Array II | Live Coding with Explanation | Leetcode - 80

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

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

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

    Great Explanation. I watched three videos before this video for this question.

  • @protyaybanerjee5051
    @protyaybanerjee5051 3 ปีที่แล้ว +10

    I hope to see this channel as a one-stop for all LC questions! Nice explanation.

  • @divyanshuchaudhari5416
    @divyanshuchaudhari5416 3 ปีที่แล้ว +6

    Best video I found for this problem.Nice explanation.Keep up the good work.

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

      Thanks !! 🙂
      If you are interested in Geeksforgeeks courses. do check out our latest giveaway!! 🙂

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

    The best explanation of this problem, Thanks!

  • @prasadm3614
    @prasadm3614 5 หลายเดือนก่อน +1

    Simple concise and elegant

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

    If the length of num array was 1. Wouldn't k have to be 1? If in starts as 2, wouldn't the value for k be wrong?

    • @洪子軒北科大
      @洪子軒北科大 2 ปีที่แล้ว

      the first line of code has precondition which are used to remove the case mentioned by you (nums.length < 3).

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

    Could you explain what was your though process for coming up with this algorithm? Lets say this was an interview how would you approach this problem? I tried to do it under 45 mins but I couldn't. I couldn't even solve the problem until I saw your video so it would really be helpful if I could get your insight towards approaching these kind of problems. Thanks. Your videos are great.

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

    what if the first 3 elements were 0,1,2,3,3,3 and so on? Does your logic still work?

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

    best solution ever. thank you

  • @vamshibhai5855
    @vamshibhai5855 7 หลายเดือนก่อน +1

    Super cool solution!

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

    Thank you!! This is very clear!

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

    Best one I think

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

      but actually what happen next after 2

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

      Glad it helped. Please subscribe to the channel.

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

    sorry I dont understand line 6... what does in represent and why are we minusing 2?

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

    best explanation !!!

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

      Glad it was helpful!
      Don't forget to share and subscribe!!

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

    Thank you

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

      Glad it was helpful!
      Don't forget to share and subscribe!!

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

      @@AlgorithmsMadeEasy you can also subscribe to our youtube channel :) I also make videos.

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

    Thanks!

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

    Nice work

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

    nicely explained ..

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

    Thank you maam :)

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

      Glad it was helpful!
      Don't forget to share and subscribe!!

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

    NITIDO MI NEGRA..

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

    worst ever explaination

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

    What if the array contains 1,1,2 will it work can u explain 😅