1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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?"