1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +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": 699,
"dislikes": 263,
"likes": 731,
"dislikes": 274,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Maximum Running Time of N Computers\", \"titleSlug\": \"maximum-running-time-of-n-computers\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "[2,5]\n4\n[3,5]\n6",
@@ -167,7 +167,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"27.1K\", \"totalSubmission\": \"88.3K\", \"totalAcceptedRaw\": 27113, \"totalSubmissionRaw\": 88312, \"acRate\": \"30.7%\"}",
"stats": "{\"totalAccepted\": \"28.2K\", \"totalSubmission\": \"92.1K\", \"totalAcceptedRaw\": 28207, \"totalSubmissionRaw\": 92123, \"acRate\": \"30.6%\"}",
"hints": [
"Greedily sell the most expensive ball.",
"There is some value k where all balls of value > k are sold, and some, (maybe 0) of balls of value k are sold.",