mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"25.8K\", \"totalSubmission\": \"62K\", \"totalAcceptedRaw\": 25792, \"totalSubmissionRaw\": 62021, \"acRate\": \"41.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"25.8K\", \"totalSubmission\": \"62K\", \"totalAcceptedRaw\": 25794, \"totalSubmissionRaw\": 62023, \"acRate\": \"41.6%\"}",
|
||||
"hints": [
|
||||
"One way to look at it is to find one sentence as a concatenation of a prefix and suffix from the other sentence.",
|
||||
"Get the longest common prefix between them and the longest common suffix."
|
||||
|
Reference in New Issue
Block a user