mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 08:51:42 +08:00
update
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"98\", \"totalSubmission\": \"205\", \"totalAcceptedRaw\": 98, \"totalSubmissionRaw\": 205, \"acRate\": \"47.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"103\", \"totalSubmission\": \"210\", \"totalAcceptedRaw\": 103, \"totalSubmissionRaw\": 210, \"acRate\": \"49.0%\"}",
|
||||
"hints": [
|
||||
"The brute force solution is to check every substring, which would TLE. How can we improve this solution?",
|
||||
"In an equal count substring, the first character appears count times, the second character appears count times, and so on.",
|
||||
|
Reference in New Issue
Block a user