Skip to content

Commit 63c5147

Browse files
CaedenPHcclauss
andauthored
Update matrix/count_negative_numbers_in_sorted_matrix.py
Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 02cd4f3 commit 63c5147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: matrix/count_negative_numbers_in_sorted_matrix.py

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

0 commit comments

Comments
 (0)