1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +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": "Medium",
"likes": 1671,
"likes": 1678,
"dislikes": 38,
"isLiked": null,
"similarQuestions": "[]",
@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"80.7K\", \"totalSubmission\": \"127.8K\", \"totalAcceptedRaw\": 80693, \"totalSubmissionRaw\": 127841, \"acRate\": \"63.1%\"}",
"stats": "{\"totalAccepted\": \"81.1K\", \"totalSubmission\": \"128.4K\", \"totalAcceptedRaw\": 81060, \"totalSubmissionRaw\": 128412, \"acRate\": \"63.1%\"}",
"hints": [
"Exclude connected group of 0s on the corners because they are not closed island.",
"Return number of connected component of 0s on the grid."