Skip to content

Commit 02cd4f3

Browse files
CaedenPHcclauss
andauthored
Update matrix/count_negative_numbers_in_sorted_matrix.py
Co-authored-by: Christian Clauss <[email protected]>
1 parent fca6e9d commit 02cd4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: matrix/count_negative_numbers_in_sorted_matrix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Given an `m x n` matrix grid which is sorted in non-increasing order
2+
Given an `m x n` matrix grid which is sorted in decreasing order
33
both row-wise and column-wise, return the number of negative numbers in grid.
44
55
Leetcode reference: https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix

0 commit comments

Comments
 (0)