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

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 614,
"likes": 617,
"dislikes": 38,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Maximum Good People Based on Statements\", \"titleSlug\": \"maximum-good-people-based-on-statements\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
@@ -167,7 +167,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"20.6K\", \"totalSubmission\": \"28.6K\", \"totalAcceptedRaw\": 20565, \"totalSubmissionRaw\": 28574, \"acRate\": \"72.0%\"}",
"stats": "{\"totalAccepted\": \"20.6K\", \"totalSubmission\": \"28.6K\", \"totalAcceptedRaw\": 20586, \"totalSubmissionRaw\": 28599, \"acRate\": \"72.0%\"}",
"hints": [
"Note that words.length is small. This means you can iterate over every subset of words (2^N)."
],