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