mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1054,
|
||||
"dislikes": 134,
|
||||
"likes": 1071,
|
||||
"dislikes": 136,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "\"a\"\n\"cac\"\n\"zab\"",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"34.5K\", \"totalSubmission\": \"92.1K\", \"totalAcceptedRaw\": 34489, \"totalSubmissionRaw\": 92145, \"acRate\": \"37.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"34.8K\", \"totalSubmission\": \"92.8K\", \"totalAcceptedRaw\": 34838, \"totalSubmissionRaw\": 92827, \"acRate\": \"37.5%\"}",
|
||||
"hints": [
|
||||
"One possible solution might be to consider allocating an array size of 26 for each character in the alphabet. (Credits to @r2ysxu)"
|
||||
],
|
||||
|
Reference in New Issue
Block a user