mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 8,
|
||||
"likes": 9,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"417\", \"totalSubmission\": \"708\", \"totalAcceptedRaw\": 417, \"totalSubmissionRaw\": 708, \"acRate\": \"58.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"487\", \"totalSubmission\": \"833\", \"totalAcceptedRaw\": 487, \"totalSubmissionRaw\": 833, \"acRate\": \"58.5%\"}",
|
||||
"hints": [
|
||||
"Do a binary search over the array, exclude the half of the array that doesn't contain the largest number.",
|
||||
"Keep shrinking the search space till it reaches the size of 2 where you can easily determine which one has the largest integer."
|
||||
|
Reference in New Issue
Block a user