mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 617,
|
||||
"dislikes": 38,
|
||||
"likes": 645,
|
||||
"dislikes": 39,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Maximum Good People Based on Statements\", \"titleSlug\": \"maximum-good-people-based-on-statements\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[\"dog\",\"cat\",\"dad\",\"good\"]\n[\"a\",\"a\",\"c\",\"d\",\"d\",\"d\",\"g\",\"o\",\"o\"]\n[1,0,9,5,0,0,3,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0]\n[\"xxxz\",\"ax\",\"bx\",\"cx\"]\n[\"z\",\"a\",\"b\",\"c\",\"x\",\"x\",\"x\"]\n[4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,10]\n[\"leetcode\"]\n[\"l\",\"e\",\"t\",\"c\",\"o\",\"d\"]\n[0,0,1,1,1,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0]",
|
||||
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"20.6K\", \"totalSubmission\": \"28.6K\", \"totalAcceptedRaw\": 20586, \"totalSubmissionRaw\": 28599, \"acRate\": \"72.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"21.1K\", \"totalSubmission\": \"29.2K\", \"totalAcceptedRaw\": 21088, \"totalSubmissionRaw\": 29240, \"acRate\": \"72.1%\"}",
|
||||
"hints": [
|
||||
"Note that words.length is small. This means you can iterate over every subset of words (2^N)."
|
||||
],
|
||||
|
Reference in New Issue
Block a user