1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 674,
"likes": 676,
"dislikes": 68,
"isLiked": null,
"similarQuestions": "[]",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"34.7K\", \"totalSubmission\": \"54.4K\", \"totalAcceptedRaw\": 34680, \"totalSubmissionRaw\": 54374, \"acRate\": \"63.8%\"}",
"stats": "{\"totalAccepted\": \"34.7K\", \"totalSubmission\": \"54.5K\", \"totalAcceptedRaw\": 34745, \"totalSubmissionRaw\": 54486, \"acRate\": \"63.8%\"}",
"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.",