mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 139,
|
||||
"likes": 150,
|
||||
"dislikes": 39,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Find Peak Element\", \"titleSlug\": \"find-peak-element\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Monotonic Array\", \"titleSlug\": \"monotonic-array\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Minimum Subsequence in Non-Increasing Order\", \"titleSlug\": \"minimum-subsequence-in-non-increasing-order\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"15.1K\", \"totalSubmission\": \"27K\", \"totalAcceptedRaw\": 15062, \"totalSubmissionRaw\": 26955, \"acRate\": \"55.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"15.5K\", \"totalSubmission\": \"27.7K\", \"totalAcceptedRaw\": 15481, \"totalSubmissionRaw\": 27660, \"acRate\": \"56.0%\"}",
|
||||
"hints": [
|
||||
"For each index, could you find the closest non-equal neighbors?",
|
||||
"Ensure that adjacent indices that are part of the same hill or valley are not double-counted."
|
||||
|
Reference in New Issue
Block a user