mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"93.1K\", \"totalSubmission\": \"137.8K\", \"totalAcceptedRaw\": 93090, \"totalSubmissionRaw\": 137751, \"acRate\": \"67.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"93.1K\", \"totalSubmission\": \"137.8K\", \"totalAcceptedRaw\": 93100, \"totalSubmissionRaw\": 137761, \"acRate\": \"67.6%\"}",
|
||||
"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