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-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 3532,
"dislikes": 3085,
"likes": 3705,
"dislikes": 3158,
"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\": \"990.7K\", \"totalSubmission\": \"2.7M\", \"totalAcceptedRaw\": 990739, \"totalSubmissionRaw\": 2724557, \"acRate\": \"36.4%\"}",
"stats": "{\"totalAccepted\": \"1M\", \"totalSubmission\": \"2.8M\", \"totalAcceptedRaw\": 1019198, \"totalSubmissionRaw\": 2795403, \"acRate\": \"36.5%\"}",
"hints": [
"Try exploring all integers. (Credits: @annujoshi)",
"Use the sorted property of integers to reduced the search space. (Credits: @annujoshi)"