mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"97.4K\", \"totalSubmission\": \"130.4K\", \"totalAcceptedRaw\": 97387, \"totalSubmissionRaw\": 130435, \"acRate\": \"74.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"97.4K\", \"totalSubmission\": \"130.5K\", \"totalAcceptedRaw\": 97428, \"totalSubmissionRaw\": 130506, \"acRate\": \"74.7%\"}",
|
||||
"hints": [
|
||||
"Use two pointers, one pointer for each string. Alternately choose the character from each pointer, and move the pointer upwards."
|
||||
],
|
||||
|
Reference in New Issue
Block a user