mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 338,
|
||||
"dislikes": 374,
|
||||
"likes": 351,
|
||||
"dislikes": 377,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Count Hills and Valleys in an Array\", \"titleSlug\": \"count-hills-and-valleys-in-an-array\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[4,3,10,9,8]\n[4,4,7,6,7]\n[6]",
|
||||
@@ -131,7 +131,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"48.9K\", \"totalSubmission\": \"67.8K\", \"totalAcceptedRaw\": 48912, \"totalSubmissionRaw\": 67766, \"acRate\": \"72.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"49.7K\", \"totalSubmission\": \"68.8K\", \"totalAcceptedRaw\": 49659, \"totalSubmissionRaw\": 68775, \"acRate\": \"72.2%\"}",
|
||||
"hints": [
|
||||
"Sort elements and take each element from the largest until accomplish the conditions."
|
||||
],
|
||||
|
Reference in New Issue
Block a user