mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 6055,
|
||||
"dislikes": 154,
|
||||
"likes": 6060,
|
||||
"dislikes": 153,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Longest Palindromic Substring\", \"titleSlug\": \"longest-palindromic-substring\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Longest Palindromic Subsequence\", \"titleSlug\": \"longest-palindromic-subsequence\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "\"abc\"\n\"aaa\"",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"389.1K\", \"totalSubmission\": \"604K\", \"totalAcceptedRaw\": 389108, \"totalSubmissionRaw\": 604009, \"acRate\": \"64.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"389.9K\", \"totalSubmission\": \"605.1K\", \"totalAcceptedRaw\": 389915, \"totalSubmissionRaw\": 605132, \"acRate\": \"64.4%\"}",
|
||||
"hints": [
|
||||
"How can we reuse a previously computed palindrome to compute a larger palindrome?",
|
||||
"If “aba” is a palindrome, is “xabax” and palindrome? Similarly is “xabay” a palindrome?",
|
||||
|
Reference in New Issue
Block a user