mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"37.2K\", \"totalSubmission\": \"83.7K\", \"totalAcceptedRaw\": 37175, \"totalSubmissionRaw\": 83697, \"acRate\": \"44.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"37.2K\", \"totalSubmission\": \"83.7K\", \"totalAcceptedRaw\": 37178, \"totalSubmissionRaw\": 83706, \"acRate\": \"44.4%\"}",
|
||||
"hints": [
|
||||
"Can you find the indices of the most left and right candles for a given substring, perhaps by using binary search (or better) over an array of indices of all the bars?",
|
||||
"Once the indices of the most left and right bars are determined, how can you efficiently count the number of plates within the range? Prefix sums?"
|
||||
|
Reference in New Issue
Block a user