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