[Java] Leetcode 718. Maximum Length of Repeated Subarray [DP Subsequence #9]

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

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

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

    in a sequence 3 - 2 - 1, we have calculated the longest subarray starting at "2". But we cannot simply reuse that for 3->2, since the location of the 2' match in the other array may be disconnected from the location of the 3's match.

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

    This is the definition of memorizing solution without knowing whats actually happening.

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

      You are right!

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

      he works at MSFT, what do you expect...

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

      @@calvio2835probably not anymore

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

    How to come up with these ideas on my own 😮