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": 2576,
|
||||
"dislikes": 61,
|
||||
"likes": 2650,
|
||||
"dislikes": 64,
|
||||
"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 VII\", \"titleSlug\": \"jump-game-vii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[4,2,3,0,3,1,2]\n5\n[4,2,3,0,3,1,2]\n0\n[3,0,2,1,2]\n2",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"139K\", \"totalSubmission\": \"221.7K\", \"totalAcceptedRaw\": 139038, \"totalSubmissionRaw\": 221660, \"acRate\": \"62.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"142.7K\", \"totalSubmission\": \"227.2K\", \"totalAcceptedRaw\": 142669, \"totalSubmissionRaw\": 227247, \"acRate\": \"62.8%\"}",
|
||||
"hints": [
|
||||
"Think of BFS to solve the problem.",
|
||||
"When you reach a position with a value = 0 then return true."
|
||||
|
Reference in New Issue
Block a user