We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cd5cdc commit ea5b2d0Copy full SHA for ea5b2d0
matrix/count_negative_numbers_in_sorted_matrix.py
@@ -2,7 +2,7 @@
2
Given an `m x n` matrix grid which is sorted in non-increasing order
3
both row-wise and column-wise, return the number of negative numbers in grid.
4
5
-> https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix
+Leetcode reference: https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix
6
"""
7
8
0 commit comments