mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1511,
|
||||
"likes": 1512,
|
||||
"dislikes": 38,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Maximize the Confusion of an Exam\", \"titleSlug\": \"maximize-the-confusion-of-an-exam\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Earliest Possible Day of Full Bloom\", \"titleSlug\": \"earliest-possible-day-of-full-bloom\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -125,7 +125,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"35K\", \"totalSubmission\": \"63.2K\", \"totalAcceptedRaw\": 35012, \"totalSubmissionRaw\": 63250, \"acRate\": \"55.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"35.1K\", \"totalSubmission\": \"63.4K\", \"totalAcceptedRaw\": 35109, \"totalSubmissionRaw\": 63434, \"acRate\": \"55.3%\"}",
|
||||
"hints": [
|
||||
"If we can make m or more bouquets at day x, then we can still make m or more bouquets at any day y > x.",
|
||||
"We can check easily if we can make enough bouquets at day x if we can get group adjacent flowers at day x."
|
||||
|
Reference in New Issue
Block a user