1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51: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": false,
"difficulty": "Medium",
"likes": 137,
"dislikes": 185,
"likes": 139,
"dislikes": 187,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "555\n9",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"12.1K\", \"totalSubmission\": \"28K\", \"totalAcceptedRaw\": 12127, \"totalSubmissionRaw\": 28042, \"acRate\": \"43.2%\"}",
"stats": "{\"totalAccepted\": \"12.3K\", \"totalSubmission\": \"28.5K\", \"totalAcceptedRaw\": 12282, \"totalSubmissionRaw\": 28455, \"acRate\": \"43.2%\"}",
"hints": [
"We need to get the max and min value after changing num and the answer is max - min.",
"Use brute force, try all possible changes and keep the minimum and maximum values."