Home > Data structure and algorithms > Data structure and algorithms > Dynamic Programming Show previous contentTry this exercise. Fill in the missing part by typing it in.The value of dp[i][j] represents the minimum number of ___ required to calculate the product of matrices from the i-th matrix to the j-th matrix.Write the missing line below.SubmitReveal answer Show following content