mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1692,
|
||||
"dislikes": 95,
|
||||
"likes": 1720,
|
||||
"dislikes": 98,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Number of Islands\", \"titleSlug\": \"number-of-islands\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Number of Distinct Islands II\", \"titleSlug\": \"number-of-distinct-islands-ii\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Count Sub Islands\", \"titleSlug\": \"count-sub-islands\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[[1,1,0,0,0],[1,1,0,0,0],[0,0,0,1,1],[0,0,0,1,1]]\n[[1,1,0,1,1],[1,0,0,0,0],[0,0,0,0,1],[1,1,0,1,1]]",
|
||||
@@ -52,7 +52,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"118.5K\", \"totalSubmission\": \"199K\", \"totalAcceptedRaw\": 118465, \"totalSubmissionRaw\": 198959, \"acRate\": \"59.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"120.4K\", \"totalSubmission\": \"201.9K\", \"totalAcceptedRaw\": 120432, \"totalSubmissionRaw\": 201870, \"acRate\": \"59.7%\"}",
|
||||
"hints": [],
|
||||
"solution": {
|
||||
"id": "258",
|
||||
|
Reference in New Issue
Block a user