mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 2115,
|
||||
"likes": 2116,
|
||||
"dislikes": 105,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Arithmetic Subarrays\", \"titleSlug\": \"arithmetic-subarrays\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"232.1K\", \"totalSubmission\": \"332.6K\", \"totalAcceptedRaw\": 232126, \"totalSubmissionRaw\": 332628, \"acRate\": \"69.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"232.1K\", \"totalSubmission\": \"332.6K\", \"totalAcceptedRaw\": 232137, \"totalSubmissionRaw\": 332643, \"acRate\": \"69.8%\"}",
|
||||
"hints": [
|
||||
"Consider that any valid arithmetic progression will be in sorted order.",
|
||||
"Sort the array, then check if the differences of all consecutive elements are equal."
|
||||
|
Reference in New Issue
Block a user