mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 10932,
|
||||
"likes": 10933,
|
||||
"dislikes": 1660,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Climbing Stairs\", \"titleSlug\": \"climbing-stairs\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"1M\", \"totalSubmission\": \"1.6M\", \"totalAcceptedRaw\": 1043883, \"totalSubmissionRaw\": 1601726, \"acRate\": \"65.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1M\", \"totalSubmission\": \"1.6M\", \"totalAcceptedRaw\": 1044038, \"totalSubmissionRaw\": 1601953, \"acRate\": \"65.2%\"}",
|
||||
"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