mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"11.9K\", \"totalSubmission\": \"33.7K\", \"totalAcceptedRaw\": 11895, \"totalSubmissionRaw\": 33726, \"acRate\": \"35.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"11.9K\", \"totalSubmission\": \"33.8K\", \"totalAcceptedRaw\": 11907, \"totalSubmissionRaw\": 33751, \"acRate\": \"35.3%\"}",
|
||||
"hints": [
|
||||
"First, we need to think about solving an easier problem, If we remove a set of indices from the string does P exist in S as a subsequence",
|
||||
"We can binary search the K and check by solving the above problem."
|
||||
|
Reference in New Issue
Block a user