1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +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

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