1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 00:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -34,7 +34,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"6.5K\", \"totalSubmission\": \"8.7K\", \"totalAcceptedRaw\": 6523, \"totalSubmissionRaw\": 8661, \"acRate\": \"75.3%\"}",
"stats": "{\"totalAccepted\": \"6.5K\", \"totalSubmission\": \"8.7K\", \"totalAcceptedRaw\": 6534, \"totalSubmissionRaw\": 8676, \"acRate\": \"75.3%\"}",
"hints": [
"Count the number of pairs of characters that should be equal if s were a palindrome, but are not equal.",
"If the number of pairs is 0, then s is already palindrome. You can pick any pair of characters and change them both to a different character and s will stay a palindrome."