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

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 3524,
"dislikes": 3079,
"likes": 3532,
"dislikes": 3085,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Pow(x, n)\", \"titleSlug\": \"powx-n\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Valid Perfect Square\", \"titleSlug\": \"valid-perfect-square\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "4\n8",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"988.8K\", \"totalSubmission\": \"2.7M\", \"totalAcceptedRaw\": 988784, \"totalSubmissionRaw\": 2719922, \"acRate\": \"36.4%\"}",
"stats": "{\"totalAccepted\": \"990.7K\", \"totalSubmission\": \"2.7M\", \"totalAcceptedRaw\": 990739, \"totalSubmissionRaw\": 2724557, \"acRate\": \"36.4%\"}",
"hints": [
"Try exploring all integers. (Credits: @annujoshi)",
"Use the sorted property of integers to reduced the search space. (Credits: @annujoshi)"