mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"1.7K\", \"totalSubmission\": \"2.4K\", \"totalAcceptedRaw\": 1746, \"totalSubmissionRaw\": 2378, \"acRate\": \"73.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1.7K\", \"totalSubmission\": \"2.4K\", \"totalAcceptedRaw\": 1749, \"totalSubmissionRaw\": 2382, \"acRate\": \"73.4%\"}",
|
||||
"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