Search
⌘K

Leetcode 2033. Minimum Operations to Make a Uni-Value Grid

Check whether every grid value is congruent modulo x (otherwise return -1); if they are, treat the flattened values and minimize total |delta| by choosing the median target — the minimum operations equals the sum of |value - median| divided by x.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.