1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 00:11: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

@@ -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": [
"这个问题有很多解法,其中大部分都有最优的运行时间。有些代码比其他代码更短,更干净。你可以想出不同的解法吗?",
"考虑元素不必保持相同的相对顺序。我们只需要确保小于基准点的元素必须位于比基准点大的元素之前。这有助于你想出更多的解法吗?"