1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-22 21:46:46 +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\": \"51.5K\", \"totalSubmission\": \"70.5K\", \"totalAcceptedRaw\": 51520, \"totalSubmissionRaw\": 70476, \"acRate\": \"73.1%\"}",
"stats": "{\"totalAccepted\": \"51.5K\", \"totalSubmission\": \"70.5K\", \"totalAcceptedRaw\": 51523, \"totalSubmissionRaw\": 70479, \"acRate\": \"73.1%\"}",
"hints": [
"如果只运行一次算法,请首先考虑寻找最近距离的算法。你应该能够在 O(N) 时间内完成这项工作,其中 N 是文档中的字数。",
"调整你的算法,使它成为可以重复调用的算法的一次执行。它哪里慢?你能优化它吗?",