1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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)"
],