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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"4K\", \"totalSubmission\": \"7.9K\", \"totalAcceptedRaw\": 4030, \"totalSubmissionRaw\": 7902, \"acRate\": \"51.0%\"}",
"stats": "{\"totalAccepted\": \"4K\", \"totalSubmission\": \"7.9K\", \"totalAcceptedRaw\": 4048, \"totalSubmissionRaw\": 7935, \"acRate\": \"51.0%\"}",
"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."