mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user