mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 187,
|
||||
"dislikes": 291,
|
||||
"dislikes": 292,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "\"ababa\"\n\"abb\"\n\"baabb\"",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"53.3K\", \"totalSubmission\": \"76.7K\", \"totalAcceptedRaw\": 53345, \"totalSubmissionRaw\": 76731, \"acRate\": \"69.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"53.4K\", \"totalSubmission\": \"76.8K\", \"totalAcceptedRaw\": 53398, \"totalSubmissionRaw\": 76801, \"acRate\": \"69.5%\"}",
|
||||
"hints": [
|
||||
"Use the fact that string contains only 2 characters.",
|
||||
"Are subsequences composed of only one type of letter always palindrome strings ?"
|
||||
|
Reference in New Issue
Block a user