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

@@ -12,7 +12,7 @@
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 1362,
"dislikes": 870,
"dislikes": 871,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Determine if Two Strings Are Close\", \"titleSlug\": \"determine-if-two-strings-are-close\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Check if One String Swap Can Make Strings Equal\", \"titleSlug\": \"check-if-one-string-swap-can-make-strings-equal\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "\"ab\"\n\"ba\"\n\"ab\"\n\"ab\"\n\"aa\"\n\"aa\"",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"115.9K\", \"totalSubmission\": \"402.8K\", \"totalAcceptedRaw\": 115907, \"totalSubmissionRaw\": 402755, \"acRate\": \"28.8%\"}",
"stats": "{\"totalAccepted\": \"116.1K\", \"totalSubmission\": \"403.3K\", \"totalAcceptedRaw\": 116072, \"totalSubmissionRaw\": 403256, \"acRate\": \"28.8%\"}",
"hints": [],
"solution": {
"id": "493",