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": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 327,
|
||||
"dislikes": 17,
|
||||
"likes": 367,
|
||||
"dislikes": 23,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Capacity To Ship Packages Within D Days\", \"titleSlug\": \"capacity-to-ship-packages-within-d-days\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Add Minimum Number of Rungs\", \"titleSlug\": \"add-minimum-number-of-rungs\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[9,7,5]\n3\n[7,5,9]\n4\n[5,7,9]\n22",
|
||||
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"33.2K\", \"totalSubmission\": \"68.8K\", \"totalAcceptedRaw\": 33158, \"totalSubmissionRaw\": 68828, \"acRate\": \"48.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"37.8K\", \"totalSubmission\": \"78.6K\", \"totalAcceptedRaw\": 37817, \"totalSubmissionRaw\": 78632, \"acRate\": \"48.1%\"}",
|
||||
"hints": [
|
||||
"Use binary search on the answer.",
|
||||
"You can get l/m branches of length m from a branch with length l."
|
||||
|
Reference in New Issue
Block a user