Maximum Difference Score in a Grid at Intuit
Medium47.7% acceptance
This problem has 87.5% frequency at Intuit.
Problem Description
You are given an `m x n` matrix `grid` consisting of **positive** integers. You can move from a cell in the matrix to **any** other cell that is either to the bottom or to the right (not necessarily adjacent). The score of a move from a cell with the value `c1` to a cell with the value `c2` is `c2 -...
Read full problem and hintsTopics
More Intuit Questions
Maximum Product of Three NumbersEasyTwo SumEasyLength of the Longest Subsequence That Sums to TargetMediumSudoku SolverHardRotting OrangesMedium
View all Intuit questions