mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 1919,
|
||||
"dislikes": 66,
|
||||
"dislikes": 67,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[\"coffee\",\"donuts\",\"time\",\"toffee\"]\n[\"lack\",\"back\"]",
|
||||
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"58.4K\", \"totalSubmission\": \"124.9K\", \"totalAcceptedRaw\": 58377, \"totalSubmissionRaw\": 124944, \"acRate\": \"46.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"58.4K\", \"totalSubmission\": \"125K\", \"totalAcceptedRaw\": 58383, \"totalSubmissionRaw\": 124961, \"acRate\": \"46.7%\"}",
|
||||
"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