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-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 327,
"dislikes": 24,
"likes": 352,
"dislikes": 26,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Watering Plants II\", \"titleSlug\": \"watering-plants-ii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[2,2,3,3]\n5\n[1,1,1,4,2,3]\n4\n[7,7,7,7,7,7,7]\n8",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"18.2K\", \"totalSubmission\": \"22.6K\", \"totalAcceptedRaw\": 18235, \"totalSubmissionRaw\": 22648, \"acRate\": \"80.5%\"}",
"stats": "{\"totalAccepted\": \"19.3K\", \"totalSubmission\": \"24K\", \"totalAcceptedRaw\": 19282, \"totalSubmissionRaw\": 23971, \"acRate\": \"80.4%\"}",
"hints": [
"Simulate the process.",
"Return to refill the container once you meet a plant that needs more water than you have."