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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 404,
|
||||
"likes": 406,
|
||||
"dislikes": 44,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"22.2K\", \"totalSubmission\": \"36.5K\", \"totalAcceptedRaw\": 22236, \"totalSubmissionRaw\": 36547, \"acRate\": \"60.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"22.3K\", \"totalSubmission\": \"36.6K\", \"totalAcceptedRaw\": 22268, \"totalSubmissionRaw\": 36605, \"acRate\": \"60.8%\"}",
|
||||
"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