mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 13:36:46 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.4K\", \"totalSubmission\": \"10.5K\", \"totalAcceptedRaw\": 8370, \"totalSubmissionRaw\": 10533, \"acRate\": \"79.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.4K\", \"totalSubmission\": \"10.6K\", \"totalAcceptedRaw\": 8421, \"totalSubmissionRaw\": 10590, \"acRate\": \"79.5%\"}",
|
||||
"hints": [
|
||||
"Iterate through the elements in order. As soon as the current element is a palindrome, return it.",
|
||||
"To check if an element is a palindrome, can you reverse the string?"
|
||||
|
Reference in New Issue
Block a user