1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 7631,
"dislikes": 601,
"likes": 7647,
"dislikes": 603,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Sliding Window Maximum\", \"titleSlug\": \"sliding-window-maximum\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Max Stack\", \"titleSlug\": \"max-stack\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "[\"MinStack\",\"push\",\"push\",\"push\",\"getMin\",\"pop\",\"top\",\"getMin\"]\n[[],[-2],[0],[-3],[],[],[],[]]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"937.7K\", \"totalSubmission\": \"1.9M\", \"totalAcceptedRaw\": 937703, \"totalSubmissionRaw\": 1879861, \"acRate\": \"49.9%\"}",
"stats": "{\"totalAccepted\": \"939K\", \"totalSubmission\": \"1.9M\", \"totalAcceptedRaw\": 938959, \"totalSubmissionRaw\": 1881849, \"acRate\": \"49.9%\"}",
"hints": [
"Consider each node in the stack having a minimum value. (Credits to @aakarshmadhavan)"
],