1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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.",