1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-22 21:46:46 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -28,7 +28,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"114\", \"totalSubmission\": \"167\", \"totalAcceptedRaw\": 114, \"totalSubmissionRaw\": 167, \"acRate\": \"68.3%\"}",
"stats": "{\"totalAccepted\": \"115\", \"totalSubmission\": \"170\", \"totalAcceptedRaw\": 115, \"totalSubmissionRaw\": 170, \"acRate\": \"67.6%\"}",
"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.",