mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 00:41:42 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"4.9K\", \"totalSubmission\": \"11K\", \"totalAcceptedRaw\": 4945, \"totalSubmissionRaw\": 11022, \"acRate\": \"44.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"4.9K\", \"totalSubmission\": \"11K\", \"totalAcceptedRaw\": 4946, \"totalSubmissionRaw\": 11023, \"acRate\": \"44.9%\"}",
|
||||
"hints": [
|
||||
"How can we divide the ideas into groups to make it easier to find valid pairs?",
|
||||
"Group ideas that share the same suffix (all characters except the first) together and notice that a pair of ideas from the same group is invalid. What about pairs of ideas from different groups?",
|
||||
|
Reference in New Issue
Block a user