1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"16.4K\", \"totalSubmission\": \"24K\", \"totalAcceptedRaw\": 16409, \"totalSubmissionRaw\": 23997, \"acRate\": \"68.4%\"}",
"stats": "{\"totalAccepted\": \"16.4K\", \"totalSubmission\": \"24K\", \"totalAcceptedRaw\": 16429, \"totalSubmissionRaw\": 24027, \"acRate\": \"68.4%\"}",
"hints": [
"如果只运行一次算法,请首先考虑寻找最近距离的算法。你应该能够在 O(N) 时间内完成这项工作,其中 N 是文档中的字数。",
"调整你的算法,使它成为可以重复调用的算法的一次执行。它哪里慢?你能优化它吗?",