mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 642,
|
||||
"dislikes": 50,
|
||||
"likes": 694,
|
||||
"dislikes": 56,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Find Peak Element\", \"titleSlug\": \"find-peak-element\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "[[1,4],[3,2]]\n[[10,20,15],[21,30,14],[7,16,32]]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"17.4K\", \"totalSubmission\": \"32.4K\", \"totalAcceptedRaw\": 17399, \"totalSubmissionRaw\": 32390, \"acRate\": \"53.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"18.9K\", \"totalSubmission\": \"35.3K\", \"totalAcceptedRaw\": 18904, \"totalSubmissionRaw\": 35302, \"acRate\": \"53.5%\"}",
|
||||
"hints": [
|
||||
"Let's assume that the width of the array is bigger than the height, otherwise, we will split in another direction.",
|
||||
"Split the array into three parts: central column left side and right side.",
|
||||
|
Reference in New Issue
Block a user