mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 96,
|
||||
"dislikes": 18,
|
||||
"dislikes": 19,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Longest Palindromic Subsequence\", \"titleSlug\": \"longest-palindromic-subsequence\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "\"bbabab\"\n\"dcbccacdb\"",
|
||||
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"3.1K\", \"totalSubmission\": \"6.2K\", \"totalAcceptedRaw\": 3143, \"totalSubmissionRaw\": 6177, \"acRate\": \"50.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.2K\", \"totalSubmission\": \"6.2K\", \"totalAcceptedRaw\": 3155, \"totalSubmissionRaw\": 6210, \"acRate\": \"50.8%\"}",
|
||||
"hints": [
|
||||
"As with any good dp problem that uses palindromes, try building the palindrome from the edges",
|
||||
"The prime point is to check that no two adjacent characters are equal, so save the past character while building the palindrome."
|
||||
|
Reference in New Issue
Block a user