mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 202,
|
||||
"dislikes": 4,
|
||||
"likes": 215,
|
||||
"dislikes": 8,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Smallest Sufficient Team\", \"titleSlug\": \"smallest-sufficient-team\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Number of Ways to Wear Different Hats to Each Other\", \"titleSlug\": \"number-of-ways-to-wear-different-hats-to-each-other\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[1,2,3,4]\n[4,2,3,15]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.5K\", \"totalSubmission\": \"10.4K\", \"totalAcceptedRaw\": 3515, \"totalSubmissionRaw\": 10372, \"acRate\": \"33.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.6K\", \"totalSubmission\": \"10.7K\", \"totalAcceptedRaw\": 3630, \"totalSubmissionRaw\": 10665, \"acRate\": \"34.0%\"}",
|
||||
"hints": [
|
||||
"Consider only the numbers which have a good prime factorization.",
|
||||
"Use brute force to find all possible good subsets and then calculate its frequency in nums."
|
||||
|
Reference in New Issue
Block a user