mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.5K\", \"totalSubmission\": \"22.3K\", \"totalAcceptedRaw\": 8533, \"totalSubmissionRaw\": 22342, \"acRate\": \"38.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.5K\", \"totalSubmission\": \"22.3K\", \"totalAcceptedRaw\": 8535, \"totalSubmissionRaw\": 22348, \"acRate\": \"38.2%\"}",
|
||||
"hints": [
|
||||
"Move forward in nums and store the value in a non-increasing stack for the first greater value.",
|
||||
"Move the value in the stack to an ordered data structure for the second greater value.",
|
||||
|
Reference in New Issue
Block a user