mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 416,
|
||||
"likes": 417,
|
||||
"dislikes": 18,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"30.2K\", \"totalSubmission\": \"46.5K\", \"totalAcceptedRaw\": 30228, \"totalSubmissionRaw\": 46541, \"acRate\": \"64.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"30.3K\", \"totalSubmission\": \"46.6K\", \"totalAcceptedRaw\": 30278, \"totalSubmissionRaw\": 46622, \"acRate\": \"64.9%\"}",
|
||||
"hints": [
|
||||
"Keep track of 1s in each row and in each column. Then while iterating over matrix, if the current position is 1 and current row as well as current column contains exactly one occurrence of 1."
|
||||
],
|
||||
|
Reference in New Issue
Block a user