mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -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。",
|
||||
"该问题的核心是将名字分组成不同的拼写。基于此,计算出频率就相对容易了。",
|
||||
|
Reference in New Issue
Block a user