mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -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.",
|
||||
|
Reference in New Issue
Block a user