mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 01:11:42 +08:00
update
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"60.3K\", \"totalSubmission\": \"99.5K\", \"totalAcceptedRaw\": 60253, \"totalSubmissionRaw\": 99497, \"acRate\": \"60.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"60.3K\", \"totalSubmission\": \"99.5K\", \"totalAcceptedRaw\": 60254, \"totalSubmissionRaw\": 99500, \"acRate\": \"60.6%\"}",
|
||||
"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