mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 01:11:42 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 693,
|
||||
"likes": 696,
|
||||
"dislikes": 41,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Number of Provinces\", \"titleSlug\": \"number-of-provinces\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Accounts Merge\", \"titleSlug\": \"accounts-merge\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Sentence Similarity\", \"titleSlug\": \"sentence-similarity\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -58,7 +58,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"58K\", \"totalSubmission\": \"120.8K\", \"totalAcceptedRaw\": 58016, \"totalSubmissionRaw\": 120817, \"acRate\": \"48.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"58.1K\", \"totalSubmission\": \"121K\", \"totalAcceptedRaw\": 58096, \"totalSubmissionRaw\": 120958, \"acRate\": \"48.0%\"}",
|
||||
"hints": [
|
||||
"Consider the graphs where each pair in \"pairs\" is an edge. Two words are similar if they are the same, or are in the same connected component of this graph."
|
||||
],
|
||||
|
Reference in New Issue
Block a user