3070. Count Submatrices with Top-Left Element and Sum Less Than k | Prefix Sum

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

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

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

    1st time I understood DP from yours explaintaioin after learning, solving and practicing too many DSA concepts and Algorithm. The way you teach is damm awesome... Bhatke hue noobies misguide bohot ho rhe h from many influencers on youtube and me also.

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

    very satified with the explaination

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

    well explained

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

    So how can We able to find the sum of a particular submatrix , apart from this question's point of view like if we need to find a sum of certain submatrix which is not containing the top-left most element how can I able to do that

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

    Nicely Explained

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

    nice explanation bhai

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

    can we do tis using recursion with high timecompleaxity, but
    I have learned first we can do recursion then memorization then dp