mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 313,
|
||||
"dislikes": 1188,
|
||||
"likes": 380,
|
||||
"dislikes": 1422,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[4,5,8]\n[10,9,1,8]\n2\n[1,4,2,3]\n[-4,-3,6,10,20,30]\n3\n[2,1,100,3]\n[-5,-2,10,-3,7]\n6",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"39K\", \"totalSubmission\": \"59.1K\", \"totalAcceptedRaw\": 39040, \"totalSubmissionRaw\": 59057, \"acRate\": \"66.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"44.5K\", \"totalSubmission\": \"67.5K\", \"totalAcceptedRaw\": 44504, \"totalSubmissionRaw\": 67504, \"acRate\": \"65.9%\"}",
|
||||
"hints": [
|
||||
"Sort 'arr2' and use binary search to get the closest element for each 'arr1[i]', it gives a time complexity of O(nlogn)."
|
||||
],
|
||||
|
Reference in New Issue
Block a user