mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -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)"
|
||||
|
Reference in New Issue
Block a user