mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"47.2K\", \"totalSubmission\": \"78.1K\", \"totalAcceptedRaw\": 47228, \"totalSubmissionRaw\": 78136, \"acRate\": \"60.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"47.2K\", \"totalSubmission\": \"78.2K\", \"totalAcceptedRaw\": 47235, \"totalSubmissionRaw\": 78151, \"acRate\": \"60.4%\"}",
|
||||
"hints": [
|
||||
"这个问题有很多解法,其中大部分都有最优的运行时间。有些代码比其他代码更短,更干净。你可以想出不同的解法吗?",
|
||||
"考虑元素不必保持相同的相对顺序。我们只需要确保小于基准点的元素必须位于比基准点大的元素之前。这有助于你想出更多的解法吗?"
|
||||
|
Reference in New Issue
Block a user