1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +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": false,
"difficulty": "Medium",
"likes": 1052,
"dislikes": 76,
"likes": 1123,
"dislikes": 78,
"isLiked": null,
"similarQuestions": "[{\"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,7]\n3\n[5,4,3,2,1,1000000000]\n2",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"24.8K\", \"totalSubmission\": \"46K\", \"totalAcceptedRaw\": 24825, \"totalSubmissionRaw\": 46006, \"acRate\": \"54.0%\"}",
"stats": "{\"totalAccepted\": \"26.4K\", \"totalSubmission\": \"48.3K\", \"totalAcceptedRaw\": 26439, \"totalSubmissionRaw\": 48313, \"acRate\": \"54.7%\"}",
"hints": [
"If you can place balls such that the answer is x then you can do it for y where y < x.",
"Similarly if you cannot place balls such that the answer is x then you can do it for y where y > x.",