mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -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)"
|
||||
],
|
||||
|
Reference in New Issue
Block a user