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

@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"3.2K\", \"totalSubmission\": \"20.3K\", \"totalAcceptedRaw\": 3205, \"totalSubmissionRaw\": 20340, \"acRate\": \"15.8%\"}",
"stats": "{\"totalAccepted\": \"3.2K\", \"totalSubmission\": \"20.4K\", \"totalAcceptedRaw\": 3229, \"totalSubmissionRaw\": 20444, \"acRate\": \"15.8%\"}",
"hints": [
"Use two arrays to save the cumulative multipliers at each time point and cumulative sums adjusted by the current multiplier.",
"The function getIndex(idx) ask to the current value modulo 10^9+7. Use modular inverse and both arrays to calculate this value."