mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 01:11:42 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"369K\", \"totalSubmission\": \"564.4K\", \"totalAcceptedRaw\": 368993, \"totalSubmissionRaw\": 564402, \"acRate\": \"65.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"369.1K\", \"totalSubmission\": \"564.5K\", \"totalAcceptedRaw\": 369068, \"totalSubmissionRaw\": 564517, \"acRate\": \"65.4%\"}",
|
||||
"hints": [
|
||||
"Build an array dp where dp[i] is the minimum cost to climb to the top starting from the ith staircase.",
|
||||
"Assuming we have n staircase labeled from 0 to n - 1 and assuming the top is n, then dp[n] = 0, marking that if you are at the top, the cost is 0.",
|
||||
|
Reference in New Issue
Block a user