1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +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": 1062,
"dislikes": 71,
"likes": 1077,
"dislikes": 72,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[\"aaaa\",\"asas\",\"able\",\"ability\",\"actt\",\"actor\",\"access\"]\n[\"aboveyz\",\"abrodyz\",\"abslute\",\"absoryz\",\"actresz\",\"gaswxyz\"]\n[\"apple\",\"pleas\",\"please\"]\n[\"aelwxyz\",\"aelpxyz\",\"aelpsxy\",\"saelpxy\",\"xaelpsy\"]",
@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"26.4K\", \"totalSubmission\": \"56.4K\", \"totalAcceptedRaw\": 26419, \"totalSubmissionRaw\": 56367, \"acRate\": \"46.9%\"}",
"stats": "{\"totalAccepted\": \"26.7K\", \"totalSubmission\": \"57.1K\", \"totalAcceptedRaw\": 26735, \"totalSubmissionRaw\": 57068, \"acRate\": \"46.8%\"}",
"hints": [
"Exploit the fact that the length of the puzzle is only 7.",
"Use bit-masks to represent the word and puzzle strings.",