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\": \"142.7K\", \"totalSubmission\": \"236.8K\", \"totalAcceptedRaw\": 142681, \"totalSubmissionRaw\": 236791, \"acRate\": \"60.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"142.7K\", \"totalSubmission\": \"236.8K\", \"totalAcceptedRaw\": 142709, \"totalSubmissionRaw\": 236839, \"acRate\": \"60.3%\"}",
|
||||
"hints": [
|
||||
"We can use a stack that stores nodes in monotone decreasing order of value. When we see a node_j with a larger value, every node_i in the stack has next_larger(node_i) = node_j ."
|
||||
],
|
||||
|
Reference in New Issue
Block a user