mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"16K\", \"totalSubmission\": \"32K\", \"totalAcceptedRaw\": 15986, \"totalSubmissionRaw\": 31979, \"acRate\": \"50.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"16K\", \"totalSubmission\": \"32K\", \"totalAcceptedRaw\": 15989, \"totalSubmissionRaw\": 31984, \"acRate\": \"50.0%\"}",
|
||||
"hints": [
|
||||
"Examine every possible number for solution. Choose the largest of them.",
|
||||
"Use binary search to reduce the time complexity."
|
||||
|
Reference in New Issue
Block a user