mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 22:13:28 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.6K\", \"totalSubmission\": \"19.4K\", \"totalAcceptedRaw\": 8611, \"totalSubmissionRaw\": 19425, \"acRate\": \"44.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.6K\", \"totalSubmission\": \"19.5K\", \"totalAcceptedRaw\": 8647, \"totalSubmissionRaw\": 19489, \"acRate\": \"44.4%\"}",
|
||||
"hints": [
|
||||
"The constraints are low enough for a brute force approach.",
|
||||
"Try every k value from 0 upwards until word is no longer k-repeating."
|
||||
|
Reference in New Issue
Block a user