1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 450,
"dislikes": 33,
"likes": 452,
"dislikes": 34,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Patching Array\", \"titleSlug\": \"patching-array\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "[1,3]\n[1,1,1,4]\n[1,4,10,3,1]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"9.3K\", \"totalSubmission\": \"18.2K\", \"totalAcceptedRaw\": 9318, \"totalSubmissionRaw\": 18204, \"acRate\": \"51.2%\"}",
"stats": "{\"totalAccepted\": \"9.3K\", \"totalSubmission\": \"18.2K\", \"totalAcceptedRaw\": 9337, \"totalSubmissionRaw\": 18234, \"acRate\": \"51.2%\"}",
"hints": [
"If you can make the first x values and you have a value v, then you can make all the values <var>≤ v + x</var>",
"Sort the array of coins. You can always make the value 0 so you can start with x = 0.",