mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.9K\", \"totalSubmission\": \"10.3K\", \"totalAcceptedRaw\": 3943, \"totalSubmissionRaw\": 10345, \"acRate\": \"38.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"4.1K\", \"totalSubmission\": \"10.7K\", \"totalAcceptedRaw\": 4060, \"totalSubmissionRaw\": 10651, \"acRate\": \"38.1%\"}",
|
||||
"hints": [
|
||||
"A palindrome must be mirrored over the center. Suppose we have a palindrome. If we prepend the word \"ab\" on the left, what must we append on the right to keep it a palindrome?",
|
||||
"We must append \"ba\" on the right. The number of times we can do this is the minimum of (occurrences of \"ab\") and (occurrences of \"ba\").",
|
||||
|
Reference in New Issue
Block a user