mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 01:11:42 +08:00
update
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"257\", \"totalSubmission\": \"450\", \"totalAcceptedRaw\": 257, \"totalSubmissionRaw\": 450, \"acRate\": \"57.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"260\", \"totalSubmission\": \"453\", \"totalAcceptedRaw\": 260, \"totalSubmissionRaw\": 453, \"acRate\": \"57.4%\"}",
|
||||
"hints": [
|
||||
"Let's fix the middle chosen item for instance index <code>j</code>.",
|
||||
"Let’s define an array <code>max_right</code>, where <code>max_right[j]</code> represents the maximum <code>profit[k]</code> for every index <code>k > j</code> such that <code>prices[k] > prices[j]</code>.",
|
||||
|
Reference in New Issue
Block a user