LeetCode 1351. Count Negative Numbers in a Sorted Matrix
Description https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix/ Given a m x n matrix grid which is sorted in non-increasing order both row-wise and column-wise, return the number of negative numbers in grid. Example…