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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 28149,
|
||||
"likes": 28154,
|
||||
"dislikes": 1670,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Shortest Palindrome\", \"titleSlug\": \"shortest-palindrome\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Palindrome Permutation\", \"titleSlug\": \"palindrome-permutation\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Palindrome Pairs\", \"titleSlug\": \"palindrome-pairs\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Longest Palindromic Subsequence\", \"titleSlug\": \"longest-palindromic-subsequence\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Palindromic Substrings\", \"titleSlug\": \"palindromic-substrings\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Maximum Number of Non-overlapping Palindrome Substrings\", \"titleSlug\": \"maximum-number-of-non-overlapping-palindrome-substrings\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"2.8M\", \"totalSubmission\": \"8.3M\", \"totalAcceptedRaw\": 2778358, \"totalSubmissionRaw\": 8337528, \"acRate\": \"33.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"2.8M\", \"totalSubmission\": \"8.3M\", \"totalAcceptedRaw\": 2778800, \"totalSubmissionRaw\": 8338623, \"acRate\": \"33.3%\"}",
|
||||
"hints": [
|
||||
"How can we reuse a previously computed palindrome to compute a larger palindrome?",
|
||||
"If “aba” is a palindrome, is “xabax” a palindrome? Similarly is “xabay” a palindrome?",
|
||||
|
Reference in New Issue
Block a user