1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 00: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": "Easy",
"likes": 29,
"likes": 30,
"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 II\", \"titleSlug\": \"sentence-similarity-ii\", \"difficulty\": \"Medium\", \"translatedTitle\": \"\\u53e5\\u5b50\\u76f8\\u4f3c\\u6027 II\"}]",
@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"2.5K\", \"totalSubmission\": \"5.3K\", \"totalAcceptedRaw\": 2532, \"totalSubmissionRaw\": 5308, \"acRate\": \"47.7%\"}",
"stats": "{\"totalAccepted\": \"2.6K\", \"totalSubmission\": \"5.5K\", \"totalAcceptedRaw\": 2604, \"totalSubmissionRaw\": 5465, \"acRate\": \"47.6%\"}",
"hints": [
"Two words w1 and w2 are similar if and only if w1 == w2, (w1, w2) was a pair, or (w2, w1) was a pair."
],