1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +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": 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."