mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 08:21:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"7.7K\", \"totalSubmission\": \"17.1K\", \"totalAcceptedRaw\": 7699, \"totalSubmissionRaw\": 17133, \"acRate\": \"44.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"7.7K\", \"totalSubmission\": \"17.2K\", \"totalAcceptedRaw\": 7708, \"totalSubmissionRaw\": 17162, \"acRate\": \"44.9%\"}",
|
||||
"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