1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11: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,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 291,
"likes": 328,
"dislikes": 16,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Maximum Points You Can Obtain from Cards\", \"titleSlug\": \"maximum-points-you-can-obtain-from-cards\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Minimum Deletions to Make Character Frequencies Unique\", \"titleSlug\": \"minimum-deletions-to-make-character-frequencies-unique\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"15.6K\", \"totalSubmission\": \"26.9K\", \"totalAcceptedRaw\": 15578, \"totalSubmissionRaw\": 26939, \"acRate\": \"57.8%\"}",
"stats": "{\"totalAccepted\": \"16.4K\", \"totalSubmission\": \"28.5K\", \"totalAcceptedRaw\": 16397, \"totalSubmissionRaw\": 28509, \"acRate\": \"57.5%\"}",
"hints": [
"There can only be three scenarios for deletions such that both minimum and maximum elements are removed:",
"Scenario 1: Both elements are removed by only deleting from the front.",