1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-09 01:11:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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",