mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 192,
|
||||
"dislikes": 1645,
|
||||
"likes": 194,
|
||||
"dislikes": 1652,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[\"OrderedStream\",\"insert\",\"insert\",\"insert\",\"insert\",\"insert\"]\n[[5],[3,\"ccccc\"],[1,\"aaaaa\"],[2,\"bbbbb\"],[5,\"eeeee\"],[4,\"ddddd\"]]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"34.5K\", \"totalSubmission\": \"41.3K\", \"totalAcceptedRaw\": 34511, \"totalSubmissionRaw\": 41274, \"acRate\": \"83.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"34.6K\", \"totalSubmission\": \"41.4K\", \"totalAcceptedRaw\": 34624, \"totalSubmissionRaw\": 41406, \"acRate\": \"83.6%\"}",
|
||||
"hints": [
|
||||
"Maintain the next id that should be outputted.",
|
||||
"Maintain the ids that were inserted in the stream.",
|
||||
|
Reference in New Issue
Block a user