1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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?",