mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 01:11:42 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 4496,
|
||||
"likes": 4495,
|
||||
"dislikes": 93,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Make the Prefix Sum Non-negative\", \"titleSlug\": \"make-the-prefix-sum-non-negative\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Find Building Where Alice and Bob Can Meet\", \"titleSlug\": \"find-building-where-alice-and-bob-can-meet\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"122.2K\", \"totalSubmission\": \"252.5K\", \"totalAcceptedRaw\": 122232, \"totalSubmissionRaw\": 252498, \"acRate\": \"48.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"122.2K\", \"totalSubmission\": \"252.5K\", \"totalAcceptedRaw\": 122241, \"totalSubmissionRaw\": 252513, \"acRate\": \"48.4%\"}",
|
||||
"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