LeetCode - Difference Between Ones and Zeros in Row and Column
Problem statement
You are given a 0-indexed m x n binary matrix grid.
A 0-indexed m x n difference matrix diff is created with the following procedure:
Let the number of ones in the ith row be onesRowi.
Let the number of ones in the jth column be o...
alkesh26.hashnode.dev8 min read