mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 3803,
|
||||
"dislikes": 361,
|
||||
"likes": 3965,
|
||||
"dislikes": 378,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Island Perimeter\", \"titleSlug\": \"island-perimeter\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[[1,1,1],[1,1,0],[1,0,1]]\n1\n1\n2\n[[0,0,0],[0,0,0]]\n0\n0\n2",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"378.8K\", \"totalSubmission\": \"652.7K\", \"totalAcceptedRaw\": 378838, \"totalSubmissionRaw\": 652721, \"acRate\": \"58.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"396.5K\", \"totalSubmission\": \"681.4K\", \"totalAcceptedRaw\": 396491, \"totalSubmissionRaw\": 681356, \"acRate\": \"58.2%\"}",
|
||||
"hints": [
|
||||
"Write a recursive function that paints the pixel if it's the correct color, then recurses on neighboring pixels."
|
||||
],
|
||||
|
Reference in New Issue
Block a user