mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 35,
|
||||
"likes": 36,
|
||||
"dislikes": 5,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -28,7 +28,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"853\", \"totalSubmission\": \"1.2K\", \"totalAcceptedRaw\": 853, \"totalSubmissionRaw\": 1158, \"acRate\": \"73.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"910\", \"totalSubmission\": \"1.2K\", \"totalAcceptedRaw\": 910, \"totalSubmissionRaw\": 1232, \"acRate\": \"73.9%\"}",
|
||||
"hints": [
|
||||
"Try to find a pattern in how nums changes.",
|
||||
"Let m be the original length of nums. If time_i / m (integer division) is even, then nums is at its original size or decreasing in size. If it is odd, then it is empty, or increasing in size.",
|
||||
|
Reference in New Issue
Block a user