mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user