retagged by
307 views
0 votes
0 votes
What do you suggest to do about big matrix multiplications questions in dynamic programming,because they take long time to get solved.Should we solve those questions in gate or we should leave them?I need advice on this.Please help me ou
retagged by

1 Answer

0 votes
0 votes
I suggest using the Dynamic Programming approach rather than the Brute Force approach because DP is kind of like bulletproof technique and works for all problems. Also, BF can be very confusing. You need some practice to master DP.

No related questions found