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

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 2285,
"dislikes": 184,
"likes": 2286,
"dislikes": 183,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Longest Palindromic Substring\", \"titleSlug\": \"longest-palindromic-substring\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Implement strStr()\", \"titleSlug\": \"implement-strstr\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Palindrome Pairs\", \"titleSlug\": \"palindrome-pairs\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "\"aacecaaa\"\n\"abcd\"",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"133.8K\", \"totalSubmission\": \"421.8K\", \"totalAcceptedRaw\": 133752, \"totalSubmissionRaw\": 421818, \"acRate\": \"31.7%\"}",
"stats": "{\"totalAccepted\": \"133.8K\", \"totalSubmission\": \"422K\", \"totalAcceptedRaw\": 133834, \"totalSubmissionRaw\": 422048, \"acRate\": \"31.7%\"}",
"hints": [],
"solution": {
"id": "174",