mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 05:26:46 +08:00
update
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"115\", \"totalSubmission\": \"170\", \"totalAcceptedRaw\": 115, \"totalSubmissionRaw\": 170, \"acRate\": \"67.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"127\", \"totalSubmission\": \"182\", \"totalAcceptedRaw\": 127, \"totalSubmissionRaw\": 182, \"acRate\": \"69.8%\"}",
|
||||
"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