mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 08:51:42 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"4.7K\", \"totalSubmission\": \"15.3K\", \"totalAcceptedRaw\": 4654, \"totalSubmissionRaw\": 15273, \"acRate\": \"30.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"4.7K\", \"totalSubmission\": \"15.3K\", \"totalAcceptedRaw\": 4655, \"totalSubmissionRaw\": 15274, \"acRate\": \"30.5%\"}",
|
||||
"hints": [
|
||||
"Try to generate all pairs of subsets and check which group provides maximal strength.",
|
||||
"It can also be solved in O(NlogN) by sorting the array and using all positive integers.",
|
||||
|
Reference in New Issue
Block a user