mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 676,
|
||||
"dislikes": 68,
|
||||
"likes": 699,
|
||||
"dislikes": 69,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "\"annabelle\"\n2\n\"leetcode\"\n3\n\"true\"\n4",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"34.7K\", \"totalSubmission\": \"54.5K\", \"totalAcceptedRaw\": 34745, \"totalSubmissionRaw\": 54486, \"acRate\": \"63.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"35.8K\", \"totalSubmission\": \"56.2K\", \"totalAcceptedRaw\": 35786, \"totalSubmissionRaw\": 56153, \"acRate\": \"63.7%\"}",
|
||||
"hints": [
|
||||
"If the s.length < k we cannot construct k strings from s and answer is false.",
|
||||
"If the number of characters that have odd counts is > k then the minimum number of palindrome strings we can construct is > k and answer is false.",
|
||||
|
Reference in New Issue
Block a user