mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 427,
|
||||
"likes": 428,
|
||||
"dislikes": 56,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Minimize the Difference Between Target and Chosen Elements\", \"titleSlug\": \"minimize-the-difference-between-target-and-chosen-elements\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Partition Array Into Two Arrays to Minimize Sum Difference\", \"titleSlug\": \"partition-array-into-two-arrays-to-minimize-sum-difference\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.4K\", \"totalSubmission\": \"23K\", \"totalAcceptedRaw\": 8359, \"totalSubmissionRaw\": 22989, \"acRate\": \"36.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.4K\", \"totalSubmission\": \"23K\", \"totalAcceptedRaw\": 8372, \"totalSubmissionRaw\": 23021, \"acRate\": \"36.4%\"}",
|
||||
"hints": [
|
||||
"The naive solution is to check all possible subsequences. This works in O(2^n).",
|
||||
"Divide the array into two parts of nearly is equal size.",
|
||||
|
Reference in New Issue
Block a user