mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 10,
|
||||
"likes": 12,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"538\", \"totalSubmission\": \"1K\", \"totalAcceptedRaw\": 538, \"totalSubmissionRaw\": 1000, \"acRate\": \"53.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"615\", \"totalSubmission\": \"1.1K\", \"totalAcceptedRaw\": 615, \"totalSubmissionRaw\": 1120, \"acRate\": \"54.9%\"}",
|
||||
"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