mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 14:12:17 +08:00
update
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"6K\", \"totalSubmission\": \"11.7K\", \"totalAcceptedRaw\": 5972, \"totalSubmissionRaw\": 11717, \"acRate\": \"51.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"6K\", \"totalSubmission\": \"11.8K\", \"totalAcceptedRaw\": 5995, \"totalSubmissionRaw\": 11751, \"acRate\": \"51.0%\"}",
|
||||
"hints": [
|
||||
"How many 1's should be grouped together ? Is not a fixed number?",
|
||||
"Yeah it's just the number of 1's the whole array has. Let's name this number as ones",
|
||||
|
Reference in New Issue
Block a user