Find special Positions in a Binary Matrix.
Q - Given an m x n binary matrix mat, return the number of special positions in mat. A position (i, j) is called special if mat[i][j] == 1 and all other elements in row i and column j are 0 (rows and columns are 0-indexed).
LeetCode Problem: Link | C...
perfinsights.hashnode.dev2 min read