mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"744\", \"totalSubmission\": \"922\", \"totalAcceptedRaw\": 744, \"totalSubmissionRaw\": 922, \"acRate\": \"80.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"847\", \"totalSubmission\": \"1K\", \"totalAcceptedRaw\": 847, \"totalSubmissionRaw\": 1039, \"acRate\": \"81.5%\"}",
|
||||
"hints": [
|
||||
"You can store the data in an array and apply each fetch by moving the ith element to the end of the array (i.e, O(n) per operation).",
|
||||
"A better way is to use the square root decomposition technique.",
|
||||
|
Reference in New Issue
Block a user