Math, asked by notso5194, 1 year ago

Maximum sum path in a matrix with all four directions allowed

Answers

Answered by aastha4865
1
Maximum path sum in matrix. Given a matrix of N * M. Find the maximum path sum in matrix. The maximum path is sum of all elements from first row to last row where you are allowed to move only down or diagonally to left or right. You can start from any element in first row.
Answered by Anonymous
0
Maximum sum path in a matrix with all four directions allowed
Maximum path sum in matrix. Given a matrix of N * M. Find the maximum path sum in matrix. The maximum path is sum of all elements from first row to last row where you are allowed to move only down or diagonally to left or right. You can start from any element in first row.

Thank you
Similar questions