1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"83\", \"totalSubmission\": \"155\", \"totalAcceptedRaw\": 83, \"totalSubmissionRaw\": 155, \"acRate\": \"53.5%\"}",
"stats": "{\"totalAccepted\": \"110\", \"totalSubmission\": \"210\", \"totalAcceptedRaw\": 110, \"totalSubmissionRaw\": 210, \"acRate\": \"52.4%\"}",
"hints": [
"Whats a good way to keep track of intervals that you have already painted?",
"Create an array of all 1s, and when you have painted an interval, set the values in that interval to 0.",