1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 216,
"dislikes": 86,
"likes": 226,
"dislikes": 91,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[[\"happy\",\"joy\"],[\"sad\",\"sorrow\"],[\"joy\",\"cheerful\"]]\n\"I am happy today but was sad yesterday\"\n[[\"happy\",\"joy\"],[\"cheerful\",\"glad\"]]\n\"I am happy today but was sad yesterday\"",
@@ -52,7 +52,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"12.7K\", \"totalSubmission\": \"22.5K\", \"totalAcceptedRaw\": 12682, \"totalSubmissionRaw\": 22526, \"acRate\": \"56.3%\"}",
"stats": "{\"totalAccepted\": \"13.3K\", \"totalSubmission\": \"23.7K\", \"totalAcceptedRaw\": 13335, \"totalSubmissionRaw\": 23668, \"acRate\": \"56.3%\"}",
"hints": [
"Find all synonymous groups of words.",
"Use union-find data structure.",