1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 00:11:41 +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

@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"7.8K\", \"totalSubmission\": \"17.1K\", \"totalAcceptedRaw\": 7811, \"totalSubmissionRaw\": 17128, \"acRate\": \"45.6%\"}",
"stats": "{\"totalAccepted\": \"7.8K\", \"totalSubmission\": \"17.2K\", \"totalAcceptedRaw\": 7830, \"totalSubmissionRaw\": 17178, \"acRate\": \"45.6%\"}",
"hints": [
"Keep all prefix products of numbers in an array, then calculate the product of last K elements in O(1) complexity.",
"When a zero number is added, clean the array of prefix products."