mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 17:01:42 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"7.1K\", \"totalSubmission\": \"14.1K\", \"totalAcceptedRaw\": 7058, \"totalSubmissionRaw\": 14065, \"acRate\": \"50.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"7.1K\", \"totalSubmission\": \"14.1K\", \"totalAcceptedRaw\": 7063, \"totalSubmissionRaw\": 14073, \"acRate\": \"50.2%\"}",
|
||||
"hints": [
|
||||
"There are only 2 valid patterns: ‘101’ and ‘010’. Think about how we can construct these 2 patterns from smaller patterns.",
|
||||
"Count the number of subsequences of the form ‘01’ or ‘10’ first. Let n01[i] be the number of ‘01’ subsequences that exist in the prefix of s up to the ith building. How can you compute n01[i]?",
|
||||
|
Reference in New Issue
Block a user