mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"9.9K\", \"totalSubmission\": \"16.8K\", \"totalAcceptedRaw\": 9873, \"totalSubmissionRaw\": 16757, \"acRate\": \"58.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9.9K\", \"totalSubmission\": \"16.8K\", \"totalAcceptedRaw\": 9893, \"totalSubmissionRaw\": 16791, \"acRate\": \"58.9%\"}",
|
||||
"hints": [
|
||||
"Brute force is a good choice because length of the string is ≤ 1000.",
|
||||
"Binary search the answer.",
|
||||
|
Reference in New Issue
Block a user