1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06: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": true,
"difficulty": "Medium",
"likes": 39,
"dislikes": 5,
"likes": 41,
"dislikes": 6,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[7]\n[-1,5,2]",
@@ -34,7 +34,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"1.4K\", \"totalSubmission\": \"2.1K\", \"totalAcceptedRaw\": 1383, \"totalSubmissionRaw\": 2081, \"acRate\": \"66.5%\"}",
"stats": "{\"totalAccepted\": \"1.5K\", \"totalSubmission\": \"2.2K\", \"totalAcceptedRaw\": 1474, \"totalSubmissionRaw\": 2209, \"acRate\": \"66.7%\"}",
"hints": [
"The target will not be found if it is removed from the sequence. When does this occur?",
"If a pivot is to the left of and is greater than the target, then the target will be removed. The same occurs when the pivot is to the right of and is less than the target.",