mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 08:21:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1243,
|
||||
"likes": 1244,
|
||||
"dislikes": 32,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Reverse Linked List\", \"titleSlug\": \"reverse-linked-list\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Delete Node in a Linked List\", \"titleSlug\": \"delete-node-in-a-linked-list\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Next Greater Element I\", \"titleSlug\": \"next-greater-element-i\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"48.7K\", \"totalSubmission\": \"74.2K\", \"totalAcceptedRaw\": 48739, \"totalSubmissionRaw\": 74155, \"acRate\": \"65.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"48.8K\", \"totalSubmission\": \"74.2K\", \"totalAcceptedRaw\": 48772, \"totalSubmissionRaw\": 74200, \"acRate\": \"65.7%\"}",
|
||||
"hints": [
|
||||
"Iterate on nodes in reversed order.",
|
||||
"When iterating in reversed order, save the maximum value that was passed before."
|
||||
|
Reference in New Issue
Block a user