mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 16:31:42 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 693,
|
||||
"dislikes": 10,
|
||||
"likes": 718,
|
||||
"dislikes": 11,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Longest Increasing Subsequence\", \"titleSlug\": \"longest-increasing-subsequence\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Longest Mountain in Array\", \"titleSlug\": \"longest-mountain-in-array\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Peak Index in a Mountain Array\", \"titleSlug\": \"peak-index-in-a-mountain-array\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Valid Mountain Array\", \"titleSlug\": \"valid-mountain-array\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Find in Mountain Array\", \"titleSlug\": \"find-in-mountain-array\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[1,3,1]\n[2,1,1,5,6,2,3,1]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"12.2K\", \"totalSubmission\": \"28.2K\", \"totalAcceptedRaw\": 12173, \"totalSubmissionRaw\": 28160, \"acRate\": \"43.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"12.7K\", \"totalSubmission\": \"29.5K\", \"totalAcceptedRaw\": 12712, \"totalSubmissionRaw\": 29452, \"acRate\": \"43.2%\"}",
|
||||
"hints": [
|
||||
"Think the opposite direction instead of minimum elements to remove the maximum mountain subsequence",
|
||||
"Think of LIS it's kind of close"
|
||||
|
Reference in New Issue
Block a user