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\": \"5.3K\", \"totalSubmission\": \"19.7K\", \"totalAcceptedRaw\": 5327, \"totalSubmissionRaw\": 19741, \"acRate\": \"27.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"5.3K\", \"totalSubmission\": \"19.7K\", \"totalAcceptedRaw\": 5330, \"totalSubmissionRaw\": 19749, \"acRate\": \"27.0%\"}",
|
||||
"hints": [
|
||||
"There is no difference between the purpose of k1 and k2. Adding +1 to one element in nums1 is same as performing -1 to one element in nums2, and vice versa.",
|
||||
"Reduce the sum of squared difference greedily. One operation of k should use the index that has the current maximum difference.",
|
||||
|
Reference in New Issue
Block a user