1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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."
],