Problem Solving/LeetCode
2023.06.08 Today's Challenge
fabichoi
2023. 6. 8. 23:45
https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix/
Count Negative Numbers in a Sorted Matrix - LeetCode
Can you solve this real interview question? 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 1: Input: gri
leetcode.com
반응형