mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-21 13:06:47 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"5.5K\", \"totalSubmission\": \"10.4K\", \"totalAcceptedRaw\": 5503, \"totalSubmissionRaw\": 10422, \"acRate\": \"52.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"5.5K\", \"totalSubmission\": \"10.4K\", \"totalAcceptedRaw\": 5522, \"totalSubmissionRaw\": 10450, \"acRate\": \"52.8%\"}",
|
||||
"hints": [
|
||||
"The constraints are low enough for a brute force, single array approach.",
|
||||
"For an O(1) per method approach, use 2 double-ended queues: one for the first half and one for the second half."
|
||||
|
Reference in New Issue
Block a user