mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 11008,
|
||||
"likes": 11053,
|
||||
"dislikes": 342,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Min Cost Climbing Stairs\", \"titleSlug\": \"min-cost-climbing-stairs\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Fibonacci Number\", \"titleSlug\": \"fibonacci-number\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"N-th Tribonacci Number\", \"titleSlug\": \"n-th-tribonacci-number\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"1.5M\", \"totalSubmission\": \"2.9M\", \"totalAcceptedRaw\": 1469121, \"totalSubmissionRaw\": 2887953, \"acRate\": \"50.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1.5M\", \"totalSubmission\": \"2.9M\", \"totalAcceptedRaw\": 1473023, \"totalSubmissionRaw\": 2894948, \"acRate\": \"50.9%\"}",
|
||||
"hints": [
|
||||
"To reach nth step, what could have been your previous steps? (Think about the step sizes)"
|
||||
],
|
||||
|
Reference in New Issue
Block a user