1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-06 07:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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.",