mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"3.5K\", \"totalSubmission\": \"4.5K\", \"totalAcceptedRaw\": 3506, \"totalSubmissionRaw\": 4532, \"acRate\": \"77.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.6K\", \"totalSubmission\": \"4.6K\", \"totalAcceptedRaw\": 3604, \"totalSubmissionRaw\": 4640, \"acRate\": \"77.7%\"}",
|
||||
"hints": [
|
||||
"What if we divide the string into substrings containing only one distinct character with maximal lengths?",
|
||||
"Now that you have sub-strings with only one distinct character, Try to come up with a formula that counts the number of its sub-strings.",
|
||||
|
Reference in New Issue
Block a user