1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-02 14:12:17 +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

@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"3.7K\", \"totalSubmission\": \"8.5K\", \"totalAcceptedRaw\": 3739, \"totalSubmissionRaw\": 8470, \"acRate\": \"44.1%\"}",
"stats": "{\"totalAccepted\": \"3.8K\", \"totalSubmission\": \"8.5K\", \"totalAcceptedRaw\": 3752, \"totalSubmissionRaw\": 8496, \"acRate\": \"44.2%\"}",
"hints": [
"Assume that in the solution, the selected slot from slotsA is bigger than the respectively selected slot from slotsB.",
"Use two pointers in order to try all the possible intersections, and check the length.",