mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 08:21:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"34.9K\", \"totalSubmission\": \"80.2K\", \"totalAcceptedRaw\": 34927, \"totalSubmissionRaw\": 80182, \"acRate\": \"43.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"34.9K\", \"totalSubmission\": \"80.2K\", \"totalAcceptedRaw\": 34929, \"totalSubmissionRaw\": 80184, \"acRate\": \"43.6%\"}",
|
||||
"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