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

@@ -2,7 +2,7 @@
"data": {
"question": {
"questionId": "1392",
"questionFrontendId": "5268",
"questionFrontendId": "2215",
"categoryTitle": "Algorithms",
"boundTopicId": 1366087,
"title": "Find the Difference of Two Arrays",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"6.9K\", \"totalSubmission\": \"10.3K\", \"totalAcceptedRaw\": 6920, \"totalSubmissionRaw\": 10334, \"acRate\": \"67.0%\"}",
"stats": "{\"totalAccepted\": \"7.9K\", \"totalSubmission\": \"11.8K\", \"totalAcceptedRaw\": 7870, \"totalSubmissionRaw\": 11784, \"acRate\": \"66.8%\"}",
"hints": [
"For each integer in nums1, check if it exists in nums2.",
"Do the same for each integer in nums2."