1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 638,
"likes": 642,
"dislikes": 50,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Find Peak Element\", \"titleSlug\": \"find-peak-element\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"17.3K\", \"totalSubmission\": \"32.2K\", \"totalAcceptedRaw\": 17316, \"totalSubmissionRaw\": 32217, \"acRate\": \"53.7%\"}",
"stats": "{\"totalAccepted\": \"17.4K\", \"totalSubmission\": \"32.4K\", \"totalAcceptedRaw\": 17399, \"totalSubmissionRaw\": 32390, \"acRate\": \"53.7%\"}",
"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.",