mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 3974,
|
||||
"dislikes": 93,
|
||||
"likes": 4141,
|
||||
"dislikes": 96,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Split Array Largest Sum\", \"titleSlug\": \"split-array-largest-sum\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Divide Chocolate\", \"titleSlug\": \"divide-chocolate\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Cutting Ribbons\", \"titleSlug\": \"cutting-ribbons\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Minimized Maximum of Products Distributed to Any Store\", \"titleSlug\": \"minimized-maximum-of-products-distributed-to-any-store\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[1,2,3,4,5,6,7,8,9,10]\n5\n[3,2,2,4,1,4]\n3\n[1,2,3,1,1]\n4",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"138.2K\", \"totalSubmission\": \"218.1K\", \"totalAcceptedRaw\": 138164, \"totalSubmissionRaw\": 218138, \"acRate\": \"63.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"144.5K\", \"totalSubmission\": \"227.4K\", \"totalAcceptedRaw\": 144513, \"totalSubmissionRaw\": 227413, \"acRate\": \"63.5%\"}",
|
||||
"hints": [
|
||||
"Binary search on the answer. We need a function possible(capacity) which returns true if and only if we can do the task in D days."
|
||||
],
|
||||
|
Reference in New Issue
Block a user