mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 05:26:46 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.2K\", \"totalSubmission\": \"7.8K\", \"totalAcceptedRaw\": 3154, \"totalSubmissionRaw\": 7784, \"acRate\": \"40.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.2K\", \"totalSubmission\": \"8K\", \"totalAcceptedRaw\": 3245, \"totalSubmissionRaw\": 7970, \"acRate\": \"40.7%\"}",
|
||||
"hints": [
|
||||
"If we fix the value of k, how can we check if an original array exists for the fixed k?",
|
||||
"The smallest value of nums is obtained by subtracting k from the smallest value of the original array. How can we use this to reduce the search space for finding a valid k?",
|
||||
|
||||
Reference in New Issue
Block a user