mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1601,
|
||||
"dislikes": 48,
|
||||
"likes": 1645,
|
||||
"dislikes": 49,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[4,2,7,6,9,14,12]\n5\n1\n[4,12,2,7,3,18,20,3,19]\n10\n2\n[14,3,19,3]\n17\n0",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"46K\", \"totalSubmission\": \"102.3K\", \"totalAcceptedRaw\": 46044, \"totalSubmissionRaw\": 102276, \"acRate\": \"45.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"47.6K\", \"totalSubmission\": \"105.7K\", \"totalAcceptedRaw\": 47623, \"totalSubmissionRaw\": 105684, \"acRate\": \"45.1%\"}",
|
||||
"hints": [
|
||||
"Assume the problem is to check whether you can reach the last building or not.",
|
||||
"You'll have to do a set of jumps, and choose for each one whether to do it using a ladder or bricks. It's always optimal to use ladders in the largest jumps.",
|
||||
|
Reference in New Issue
Block a user