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\": \"491.6K\", \"totalSubmission\": \"1.1M\", \"totalAcceptedRaw\": 491569, \"totalSubmissionRaw\": 1081821, \"acRate\": \"45.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"491.7K\", \"totalSubmission\": \"1.1M\", \"totalAcceptedRaw\": 491657, \"totalSubmissionRaw\": 1082059, \"acRate\": \"45.4%\"}",
|
||||
"hints": [
|
||||
"Use two pointers to create a window of letters in s, which would have all the characters from t.",
|
||||
"Expand the right pointer until all the characters of t are covered.",
|
||||
|
Reference in New Issue
Block a user