mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"41.6K\", \"totalSubmission\": \"107.7K\", \"totalAcceptedRaw\": 41607, \"totalSubmissionRaw\": 107672, \"acRate\": \"38.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"41.6K\", \"totalSubmission\": \"107.7K\", \"totalAcceptedRaw\": 41635, \"totalSubmissionRaw\": 107738, \"acRate\": \"38.6%\"}",
|
||||
"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