mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 16733,
|
||||
"dislikes": 981,
|
||||
"likes": 16769,
|
||||
"dislikes": 983,
|
||||
"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}]",
|
||||
"exampleTestcases": "\"babad\"\n\"cbbd\"",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"1.8M\", \"totalSubmission\": \"5.5M\", \"totalAcceptedRaw\": 1752925, \"totalSubmissionRaw\": 5526053, \"acRate\": \"31.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1.8M\", \"totalSubmission\": \"5.5M\", \"totalAcceptedRaw\": 1756233, \"totalSubmissionRaw\": 5535279, \"acRate\": \"31.7%\"}",
|
||||
"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