mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 406,
|
||||
"dislikes": 44,
|
||||
"likes": 415,
|
||||
"dislikes": 45,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[5,7,1,4]\n3\n[1,2,3,4]\n0\n[2,4,9,3]\n-2",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"22.3K\", \"totalSubmission\": \"36.6K\", \"totalAcceptedRaw\": 22268, \"totalSubmissionRaw\": 36605, \"acRate\": \"60.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"22.8K\", \"totalSubmission\": \"37.5K\", \"totalAcceptedRaw\": 22756, \"totalSubmissionRaw\": 37467, \"acRate\": \"60.7%\"}",
|
||||
"hints": [
|
||||
"As the array is circular, use modulo to find the correct index.",
|
||||
"The constraints are low enough for a brute-force solution."
|
||||
|
Reference in New Issue
Block a user