mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 13:36:46 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"5.9K\", \"totalSubmission\": \"11.5K\", \"totalAcceptedRaw\": 5864, \"totalSubmissionRaw\": 11505, \"acRate\": \"51.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"6K\", \"totalSubmission\": \"11.7K\", \"totalAcceptedRaw\": 5952, \"totalSubmissionRaw\": 11710, \"acRate\": \"50.8%\"}",
|
||||
"hints": [
|
||||
"The length of nums1 is small in comparison to that of nums2",
|
||||
"If we iterate over elements of nums1 we just need to find the count of tot - element for all elements in nums1"
|
||||
|
Reference in New Issue
Block a user