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": "Medium",
|
||||
"likes": 797,
|
||||
"dislikes": 46,
|
||||
"likes": 801,
|
||||
"dislikes": 48,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Jump Game II\", \"titleSlug\": \"jump-game-ii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Jump Game\", \"titleSlug\": \"jump-game\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Jump Game III\", \"titleSlug\": \"jump-game-iii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Jump Game IV\", \"titleSlug\": \"jump-game-iv\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Jump Game V\", \"titleSlug\": \"jump-game-v\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Jump Game VI\", \"titleSlug\": \"jump-game-vi\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Jump Game VII\", \"titleSlug\": \"jump-game-vii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "\"011010\"\n2\n3\n\"01101110\"\n2\n3",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"21.4K\", \"totalSubmission\": \"86.3K\", \"totalAcceptedRaw\": 21440, \"totalSubmissionRaw\": 86302, \"acRate\": \"24.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"21.5K\", \"totalSubmission\": \"86.6K\", \"totalAcceptedRaw\": 21507, \"totalSubmissionRaw\": 86576, \"acRate\": \"24.8%\"}",
|
||||
"hints": [
|
||||
"Consider for each reachable index i the interval [i + a, i + b].",
|
||||
"Use partial sums to mark the intervals as reachable."
|
||||
|
Reference in New Issue
Block a user