mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 14:12:17 +08:00
update
This commit is contained in:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user