mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"65.5K\", \"totalSubmission\": \"86.7K\", \"totalAcceptedRaw\": 65516, \"totalSubmissionRaw\": 86728, \"acRate\": \"75.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"65.5K\", \"totalSubmission\": \"86.8K\", \"totalAcceptedRaw\": 65542, \"totalSubmissionRaw\": 86761, \"acRate\": \"75.5%\"}",
|
||||
"hints": [
|
||||
"For each column, find the number of consecutive ones ending at each position.",
|
||||
"For each row, sort the cumulative ones in non-increasing order and \"fit\" the largest submatrix."
|
||||
|
Reference in New Issue
Block a user