MAXIMUM SUBARRAY | LEETCODE 53 | PYTHON OPTIMAL SOLUTION

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

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

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

    You da best man

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

    Great video thank you!!

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

    Thank you so much

  • @YT.Nikolay
    @YT.Nikolay 2 ปีที่แล้ว

    I remember how I stuck with this problem for a long time, was trying solve the problem with two pointers, but in fact, it's a combination of prefixSum + Kadane's algorithm. From what I learnt, you can't use 2 pointers technique if you have negative numbers in input array, does it sound right?

  • @sarayarmohammadi3376
    @sarayarmohammadi3376 10 หลายเดือนก่อน +1

    Neat solution

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

    An more problems that use Kandane Algorithm