mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 307,
|
||||
"likes": 308,
|
||||
"dislikes": 10,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Subarray Product Less Than K\", \"titleSlug\": \"subarray-product-less-than-k\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Number of Valid Subarrays\", \"titleSlug\": \"number-of-valid-subarrays\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"17.2K\", \"totalSubmission\": \"31.3K\", \"totalAcceptedRaw\": 17233, \"totalSubmissionRaw\": 31263, \"acRate\": \"55.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"17.3K\", \"totalSubmission\": \"31.4K\", \"totalAcceptedRaw\": 17295, \"totalSubmissionRaw\": 31356, \"acRate\": \"55.2%\"}",
|
||||
"hints": [
|
||||
"Any array is a series of adjacent longest possible smooth descent periods. For example, [5,3,2,1,7,6] is [5] + [3,2,1] + [7,6].",
|
||||
"Think of a 2-pointer approach to traverse the array and find each longest possible period.",
|
||||
|
Reference in New Issue
Block a user