mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"31.1K\", \"totalSubmission\": \"61.5K\", \"totalAcceptedRaw\": 31067, \"totalSubmissionRaw\": 61520, \"acRate\": \"50.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"31.1K\", \"totalSubmission\": \"61.5K\", \"totalAcceptedRaw\": 31077, \"totalSubmissionRaw\": 61533, \"acRate\": \"50.5%\"}",
|
||||
"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