1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +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

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 1279,
"likes": 1323,
"dislikes": 30,
"isLiked": null,
"similarQuestions": "[]",
@@ -131,7 +131,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"67.7K\", \"totalSubmission\": \"96.4K\", \"totalAcceptedRaw\": 67707, \"totalSubmissionRaw\": 96406, \"acRate\": \"70.2%\"}",
"stats": "{\"totalAccepted\": \"69.4K\", \"totalSubmission\": \"98.9K\", \"totalAcceptedRaw\": 69362, \"totalSubmissionRaw\": 98879, \"acRate\": \"70.1%\"}",
"hints": [
"Use two HashMap to store the counts of distinct letters in the left and right substring divided by the current index."
],