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": 249,
"dislikes": 180,
"likes": 279,
"dislikes": 191,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Gas Station\", \"titleSlug\": \"gas-station\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[5,2,2,4,0,6]\n4\n[2]\n1",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"13.5K\", \"totalSubmission\": \"62.7K\", \"totalAcceptedRaw\": 13492, \"totalSubmissionRaw\": 62660, \"acRate\": \"21.5%\"}",
"stats": "{\"totalAccepted\": \"14.8K\", \"totalSubmission\": \"67.9K\", \"totalAcceptedRaw\": 14843, \"totalSubmissionRaw\": 67932, \"acRate\": \"21.8%\"}",
"hints": [
"For each index i, how can we check if nums[i] can be present at the top of the pile or not after k moves?",
"For which conditions will we end up with an empty pile?"