mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 512,
|
||||
"likes": 516,
|
||||
"dislikes": 31,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Partition Equal Subset Sum\", \"titleSlug\": \"partition-equal-subset-sum\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Split Array With Same Average\", \"titleSlug\": \"split-array-with-same-average\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Tallest Billboard\", \"titleSlug\": \"tallest-billboard\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Last Stone Weight II\", \"titleSlug\": \"last-stone-weight-ii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Closest Subsequence Sum\", \"titleSlug\": \"closest-subsequence-sum\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -173,7 +173,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"5K\", \"totalSubmission\": \"22.2K\", \"totalAcceptedRaw\": 4959, \"totalSubmissionRaw\": 22242, \"acRate\": \"22.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"5K\", \"totalSubmission\": \"22.4K\", \"totalAcceptedRaw\": 4987, \"totalSubmissionRaw\": 22388, \"acRate\": \"22.3%\"}",
|
||||
"hints": [
|
||||
"The target sum for the two partitions is sum(nums) / 2.",
|
||||
"Could you reduce the time complexity if you arbitrarily divide nums into two halves (two arrays)? Meet-in-the-Middle?",
|
||||
|
Reference in New Issue
Block a user