1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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.",