mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 22:13:28 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"10.6K\", \"totalSubmission\": \"17.2K\", \"totalAcceptedRaw\": 10625, \"totalSubmissionRaw\": 17181, \"acRate\": \"61.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"10.6K\", \"totalSubmission\": \"17.2K\", \"totalAcceptedRaw\": 10648, \"totalSubmissionRaw\": 17215, \"acRate\": \"61.9%\"}",
|
||||
"hints": [
|
||||
"Use two stack one for back history and one for forward history and simulate the functions.",
|
||||
"Can you do faster by using different data structure ?"
|
||||
|
Reference in New Issue
Block a user