mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"10.8K\", \"totalSubmission\": \"24.5K\", \"totalAcceptedRaw\": 10771, \"totalSubmissionRaw\": 24499, \"acRate\": \"44.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"10.8K\", \"totalSubmission\": \"24.5K\", \"totalAcceptedRaw\": 10777, \"totalSubmissionRaw\": 24510, \"acRate\": \"44.0%\"}",
|
||||
"hints": [
|
||||
"Consider changing the numbers that are strictly greater than k in the array to 1, the numbers that are strictly smaller than k to -1, and k to 0.",
|
||||
"After the change, what property does a subarray with median k have in the new array?",
|
||||
|
Reference in New Issue
Block a user