mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 63,
|
||||
"likes": 65,
|
||||
"dislikes": 6,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Find Peak Element\", \"titleSlug\": \"find-peak-element\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Find a Peak Element II\", \"titleSlug\": \"find-a-peak-element-ii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"21.5K\", \"totalSubmission\": \"28.2K\", \"totalAcceptedRaw\": 21535, \"totalSubmissionRaw\": 28229, \"acRate\": \"76.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"22.1K\", \"totalSubmission\": \"29K\", \"totalAcceptedRaw\": 22086, \"totalSubmissionRaw\": 28956, \"acRate\": \"76.3%\"}",
|
||||
"hints": [
|
||||
"If <code>nums[i] > num[i - 1]</code> and <code>nums[i] > nums[i + 1]</code> <code>nums[i]</code> is a peak."
|
||||
],
|
||||
|
Reference in New Issue
Block a user