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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 215,
"dislikes": 84,
"likes": 216,
"dislikes": 86,
"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.6K\", \"totalSubmission\": \"22.5K\", \"totalAcceptedRaw\": 12636, \"totalSubmissionRaw\": 22465, \"acRate\": \"56.2%\"}",
"stats": "{\"totalAccepted\": \"12.7K\", \"totalSubmission\": \"22.5K\", \"totalAcceptedRaw\": 12682, \"totalSubmissionRaw\": 22526, \"acRate\": \"56.3%\"}",
"hints": [
"Find all synonymous groups of words.",
"Use union-find data structure.",