mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"12.1K\", \"totalSubmission\": \"28K\", \"totalAcceptedRaw\": 12117, \"totalSubmissionRaw\": 28022, \"acRate\": \"43.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"12.1K\", \"totalSubmission\": \"28K\", \"totalAcceptedRaw\": 12127, \"totalSubmissionRaw\": 28042, \"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."
|
||||
|
Reference in New Issue
Block a user