1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +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": "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.",