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-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 1442,
"likes": 1480,
"dislikes": 58,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Minimum Cost of Buying Candies With Discount\", \"titleSlug\": \"minimum-cost-of-buying-candies-with-discount\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"117.3K\", \"totalSubmission\": \"167.8K\", \"totalAcceptedRaw\": 117268, \"totalSubmissionRaw\": 167825, \"acRate\": \"69.9%\"}",
"stats": "{\"totalAccepted\": \"119.5K\", \"totalSubmission\": \"171.1K\", \"totalAcceptedRaw\": 119495, \"totalSubmissionRaw\": 171085, \"acRate\": \"69.8%\"}",
"hints": [
"Find the minimum absolute difference between two elements in the array.",
"The minimum absolute difference must be a difference between two consecutive elements in the sorted array."