1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-02 22:13:28 +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

@@ -12,7 +12,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 56,
"likes": 58,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Minimum Cost to Merge Stones\", \"titleSlug\": \"minimum-cost-to-merge-stones\", \"difficulty\": \"Hard\", \"translatedTitle\": \"\\u5408\\u5e76\\u77f3\\u5934\\u7684\\u6700\\u4f4e\\u6210\\u672c\"}]",
@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"2.9K\", \"totalSubmission\": \"6.2K\", \"totalAcceptedRaw\": 2908, \"totalSubmissionRaw\": 6231, \"acRate\": \"46.7%\"}",
"stats": "{\"totalAccepted\": \"3K\", \"totalSubmission\": \"6.3K\", \"totalAcceptedRaw\": 2982, \"totalSubmissionRaw\": 6339, \"acRate\": \"47.0%\"}",
"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?",