1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11: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": 990,
"dislikes": 148,
"likes": 1008,
"dislikes": 149,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Minimum Cost to Merge Stones\", \"titleSlug\": \"minimum-cost-to-merge-stones\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "[2,4,3]\n[1,8,3,5]\n[5]",
@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"83.1K\", \"totalSubmission\": \"124.2K\", \"totalAcceptedRaw\": 83103, \"totalSubmissionRaw\": 124184, \"acRate\": \"66.9%\"}",
"stats": "{\"totalAccepted\": \"85.2K\", \"totalSubmission\": \"127.1K\", \"totalAcceptedRaw\": 85202, \"totalSubmissionRaw\": 127069, \"acRate\": \"67.1%\"}",
"hints": [
"How many times does every stick contribute to the answer?",
"Some of the sticks will be used more than the others. Which sticks should be used the most/least?",