mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 9822,
|
||||
"likes": 9823,
|
||||
"dislikes": 206,
|
||||
"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}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"648.1K\", \"totalSubmission\": \"951.9K\", \"totalAcceptedRaw\": 648078, \"totalSubmissionRaw\": 951911, \"acRate\": \"68.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"648.2K\", \"totalSubmission\": \"952K\", \"totalAcceptedRaw\": 648156, \"totalSubmissionRaw\": 952013, \"acRate\": \"68.1%\"}",
|
||||
"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