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

@@ -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 ?"