1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 292,
"dislikes": 74,
"likes": 306,
"dislikes": 77,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Count Number of Pairs With Absolute Difference K\", \"titleSlug\": \"count-number-of-pairs-with-absolute-difference-k\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "[\"FindSumPairs\",\"count\",\"add\",\"count\",\"count\",\"add\",\"add\",\"count\"]\n[[[1,1,2,2,2,3],[1,4,5,2,5,4]],[7],[3,2],[8],[4],[0,1],[1,1],[7]]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"14.6K\", \"totalSubmission\": \"29.8K\", \"totalAcceptedRaw\": 14640, \"totalSubmissionRaw\": 29812, \"acRate\": \"49.1%\"}",
"stats": "{\"totalAccepted\": \"15.2K\", \"totalSubmission\": \"30.8K\", \"totalAcceptedRaw\": 15200, \"totalSubmissionRaw\": 30809, \"acRate\": \"49.3%\"}",
"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"