1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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?",