We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02cd4f3 commit 63c5147Copy full SHA for 63c5147
matrix/count_negative_numbers_in_sorted_matrix.py
@@ -1,6 +1,6 @@
1
"""
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.
+Given an matrix of numbers in which all rows and all columns are sorted in decreasing
+order, return the number of negative numbers in grid.
4
5
Leetcode reference: https://leetcode.com/problems/count-negative-numbers-in-a-sorted-matrix
6
0 commit comments