1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +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": false,
"difficulty": "Medium",
"likes": 1272,
"likes": 1279,
"dislikes": 30,
"isLiked": null,
"similarQuestions": "[]",
@@ -131,7 +131,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"67.6K\", \"totalSubmission\": \"96.2K\", \"totalAcceptedRaw\": 67589, \"totalSubmissionRaw\": 96210, \"acRate\": \"70.3%\"}",
"stats": "{\"totalAccepted\": \"67.7K\", \"totalSubmission\": \"96.4K\", \"totalAcceptedRaw\": 67707, \"totalSubmissionRaw\": 96406, \"acRate\": \"70.2%\"}",
"hints": [
"Use two HashMap to store the counts of distinct letters in the left and right substring divided by the current index."
],