1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-09 01:11:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 648,
"likes": 647,
"dislikes": 60,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Merge Sorted Array\", \"titleSlug\": \"merge-sorted-array\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Reorder List\", \"titleSlug\": \"reorder-list\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Defuse the Bomb\", \"titleSlug\": \"defuse-the-bomb\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"13.8K\", \"totalSubmission\": \"40.4K\", \"totalAcceptedRaw\": 13816, \"totalSubmissionRaw\": 40424, \"acRate\": \"34.2%\"}",
"stats": "{\"totalAccepted\": \"13.8K\", \"totalSubmission\": \"40.4K\", \"totalAcceptedRaw\": 13817, \"totalSubmissionRaw\": 40431, \"acRate\": \"34.2%\"}",
"hints": [
"Start by counting the frequency of each character and checking if it is possible.",
"If you take x characters from the left side, what is the minimum number of characters you need to take from the right side? Find this for all values of x in the range 0 ≤ x ≤ s.length.",