I understood the concept but unable to get why we added solve(i,k)+solve(k+1,j) to the product.
We only need to minimize he product, so why these additional term is added and still not changing our answer ?
Mixtrues : Multi DP
@aman2382000
When we take product (i,k) and (k+1,j)
We only get smoke produced when a combination of (i,k) and (k+1,j) are mixed
But we also need to consider smoke generated in creating (i,k) and (k+1,j)
If your doubt is resolved please mark it as closed.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.