1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51: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

@@ -12,7 +12,7 @@
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 355,
"dislikes": 511,
"dislikes": 512,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "7\n2\n3",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"56.6K\", \"totalSubmission\": \"111K\", \"totalAcceptedRaw\": 56563, \"totalSubmissionRaw\": 110989, \"acRate\": \"51.0%\"}",
"stats": "{\"totalAccepted\": \"56.7K\", \"totalSubmission\": \"111.2K\", \"totalAcceptedRaw\": 56696, \"totalSubmissionRaw\": 111249, \"acRate\": \"51.0%\"}",
"hints": [
"Try generating the array.",
"Make sure not to fall in the base case of 0."