mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"79\", \"totalSubmission\": \"147\", \"totalAcceptedRaw\": 79, \"totalSubmissionRaw\": 147, \"acRate\": \"53.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"83\", \"totalSubmission\": \"155\", \"totalAcceptedRaw\": 83, \"totalSubmissionRaw\": 155, \"acRate\": \"53.5%\"}",
|
||||
"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