mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 21:46:46 +08:00
update
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"236\", \"totalSubmission\": \"457\", \"totalAcceptedRaw\": 236, \"totalSubmissionRaw\": 457, \"acRate\": \"51.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"258\", \"totalSubmission\": \"489\", \"totalAcceptedRaw\": 258, \"totalSubmissionRaw\": 489, \"acRate\": \"52.8%\"}",
|
||||
"hints": [
|
||||
"Imagine the array is empty, and each element is coming to its index one by one, starting with the smallest element.",
|
||||
"For each coming element nums[i], calculate L and R, the indices of the first smallest elements on the left and the right respectively.",
|
||||
|
Reference in New Issue
Block a user