1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-02 14:12:17 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"19.7K\", \"totalSubmission\": \"27.7K\", \"totalAcceptedRaw\": 19708, \"totalSubmissionRaw\": 27661, \"acRate\": \"71.2%\"}",
"stats": "{\"totalAccepted\": \"20.6K\", \"totalSubmission\": \"28.9K\", \"totalAcceptedRaw\": 20550, \"totalSubmissionRaw\": 28950, \"acRate\": \"71.0%\"}",
"hints": [
"你可以通过在打印之前检查是否有重复内容(或将它们添加到列表中)来处理此问题。你可以用散列表来做到这一点。在什么情况下,这样是可以的?在什么情况下,这可能不是一个很好的解法?",
"如果你还没有解决8.7的问题,就先解决那个。",