mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"96.3K\", \"totalSubmission\": \"145.1K\", \"totalAcceptedRaw\": 96300, \"totalSubmissionRaw\": 145081, \"acRate\": \"66.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"96.3K\", \"totalSubmission\": \"145.1K\", \"totalAcceptedRaw\": 96311, \"totalSubmissionRaw\": 145094, \"acRate\": \"66.4%\"}",
|
||||
"hints": [
|
||||
"你有没有试过一个散列表?你应该可以通过一次链表遍历做到这一点。",
|
||||
"没有额外的空间,你需要O(N2)的时间。尝试使用两个指针,其中第二个指针在第一个指针之前搜索。"
|
||||
|
Reference in New Issue
Block a user