1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-09 01:11:42 +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,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."
],