1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

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