How To Figure Out the Size Of Dp array Here by given constraint facing difficulty in such senario
Memory Constraint Problem
@vikram.keswani108
In strings problem, usually the dp states would be
you are at index i in first string
you are at index j in second string
so it comes out to be dp[i][j].
and will have to calculate the answer for dp[n][m]