1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"3.5K\", \"totalSubmission\": \"10.4K\", \"totalAcceptedRaw\": 3505, \"totalSubmissionRaw\": 10355, \"acRate\": \"33.8%\"}",
"stats": "{\"totalAccepted\": \"3.5K\", \"totalSubmission\": \"10.4K\", \"totalAcceptedRaw\": 3515, \"totalSubmissionRaw\": 10372, \"acRate\": \"33.9%\"}",
"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."