1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 08:21:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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."