LeetCode 1152. Analyze User Website Visit Pattern

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

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

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

    Love your video, always explain complex things in a very comprehensible way.

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

    Another well explained video on a seemingly simple but in all honesty, quite a tricky problem.

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

      it's time consuming

  • @potodds_trading
    @potodds_trading 11 หลายเดือนก่อน +1

    Great explanation in Java code. Better than some of the Python solution as they use built-in functions that let you "see" the solution as clearly.

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

    just 3 minutes in and i know this will be good

  • @AbanoubAsaad-YT
    @AbanoubAsaad-YT 2 ปีที่แล้ว

    Thank you, best explanation for this problem :)
    I think the optimization could be done using a Trie to store the patterns, but it would be hard to implement.

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

    Amazing explanation, thank you!

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

      No problem 🙂

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

    I LOVE NARUTO!!!

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

    Whats the time and space complexity?