1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 194,
"dislikes": 1652,
"likes": 205,
"dislikes": 1716,
"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.6K\", \"totalSubmission\": \"41.4K\", \"totalAcceptedRaw\": 34624, \"totalSubmissionRaw\": 41406, \"acRate\": \"83.6%\"}",
"stats": "{\"totalAccepted\": \"36.1K\", \"totalSubmission\": \"43.2K\", \"totalAcceptedRaw\": 36143, \"totalSubmissionRaw\": 43154, \"acRate\": \"83.8%\"}",
"hints": [
"Maintain the next id that should be outputted.",
"Maintain the ids that were inserted in the stream.",