1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"404\", \"totalSubmission\": \"691\", \"totalAcceptedRaw\": 404, \"totalSubmissionRaw\": 691, \"acRate\": \"58.5%\"}",
"stats": "{\"totalAccepted\": \"417\", \"totalSubmission\": \"708\", \"totalAcceptedRaw\": 417, \"totalSubmissionRaw\": 708, \"acRate\": \"58.9%\"}",
"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."