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\": \"13K\", \"totalSubmission\": \"51K\", \"totalAcceptedRaw\": 12956, \"totalSubmissionRaw\": 50990, \"acRate\": \"25.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"13K\", \"totalSubmission\": \"51K\", \"totalAcceptedRaw\": 12960, \"totalSubmissionRaw\": 51011, \"acRate\": \"25.4%\"}",
|
||||
"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