mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user