1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 2286,
"dislikes": 183,
"likes": 2333,
"dislikes": 188,
"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\": \"422K\", \"totalAcceptedRaw\": 133834, \"totalSubmissionRaw\": 422048, \"acRate\": \"31.7%\"}",
"stats": "{\"totalAccepted\": \"135.4K\", \"totalSubmission\": \"426.3K\", \"totalAcceptedRaw\": 135406, \"totalSubmissionRaw\": 426255, \"acRate\": \"31.8%\"}",
"hints": [],
"solution": {
"id": "174",