mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user