1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11: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

@@ -12,7 +12,7 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 55,
"likes": 56,
"dislikes": 0,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Number of Provinces\", \"titleSlug\": \"number-of-provinces\", \"difficulty\": \"Medium\", \"translatedTitle\": \"\\u7701\\u4efd\\u6570\\u91cf\"}, {\"title\": \"Accounts Merge\", \"titleSlug\": \"accounts-merge\", \"difficulty\": \"Medium\", \"translatedTitle\": \"\\u8d26\\u6237\\u5408\\u5e76\"}, {\"title\": \"Sentence Similarity\", \"titleSlug\": \"sentence-similarity\", \"difficulty\": \"Easy\", \"translatedTitle\": \"\\u53e5\\u5b50\\u76f8\\u4f3c\\u6027\"}]",
@@ -58,7 +58,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"4.6K\", \"totalSubmission\": \"9.8K\", \"totalAcceptedRaw\": 4602, \"totalSubmissionRaw\": 9793, \"acRate\": \"47.0%\"}",
"stats": "{\"totalAccepted\": \"4.8K\", \"totalSubmission\": \"10.1K\", \"totalAcceptedRaw\": 4753, \"totalSubmissionRaw\": 10091, \"acRate\": \"47.1%\"}",
"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."
],