mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"26.8K\", \"totalSubmission\": \"48.9K\", \"totalAcceptedRaw\": 26814, \"totalSubmissionRaw\": 48872, \"acRate\": \"54.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"26.8K\", \"totalSubmission\": \"48.9K\", \"totalAcceptedRaw\": 26837, \"totalSubmissionRaw\": 48917, \"acRate\": \"54.9%\"}",
|
||||
"hints": [
|
||||
"What’s a good way to keep track of intervals that you have already painted?",
|
||||
"Create an array of all 1’s, and when you have painted an interval, set the values in that interval to 0.",
|
||||
|
Reference in New Issue
Block a user