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

@@ -173,7 +173,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"9.9K\", \"totalSubmission\": \"24K\", \"totalAcceptedRaw\": 9936, \"totalSubmissionRaw\": 24000, \"acRate\": \"41.4%\"}",
"stats": "{\"totalAccepted\": \"10.2K\", \"totalSubmission\": \"24.6K\", \"totalAcceptedRaw\": 10170, \"totalSubmissionRaw\": 24646, \"acRate\": \"41.3%\"}",
"hints": [
"讨论一下简单方法:当它们是同义词时将名称合并到一起。你如何确定传递关系?A == B, A == C, C == D 表示 A == D == B == C。",
"该问题的核心是将名字分组成不同的拼写。基于此,计算出频率就相对容易了。",