LeetCode 119: Pascal's Triangle II - Interview Prep Ep 28

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

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

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

    Amazing!!!

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

    Exceptionally good and detailed explanation, thanks a lot!

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

      Glad it was helpful!

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

    thank you. Your explanation helps a lot!! Have a good day

  • @kumarshivam8077
    @kumarshivam8077 4 ปีที่แล้ว

    Is the time complexity n^3? Since shifting is used by set() method plus two loops above.

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

      Setting a value in an ArrayList is O(1). Therefore time complexity is O(k^2)

  • @ognimoddd
    @ognimoddd 4 ปีที่แล้ว

    Is the time complexity of this O(m * n)?

  • @m.preacher2829
    @m.preacher2829 4 ปีที่แล้ว

    thanks for the tutorial. by the way, how did u get the original code of the problem of Leetcode?