mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -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."
|
||||
],
|
||||
|
Reference in New Issue
Block a user