mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-03 22:42:52 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"6.7K\", \"totalSubmission\": \"19.3K\", \"totalAcceptedRaw\": 6749, \"totalSubmissionRaw\": 19313, \"acRate\": \"34.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"6.8K\", \"totalSubmission\": \"19.4K\", \"totalAcceptedRaw\": 6771, \"totalSubmissionRaw\": 19367, \"acRate\": \"35.0%\"}",
|
||||
"hints": [
|
||||
"Use 2-pointers algorithm to make sure all amount of characters outside the 2 pointers are smaller or equal to n/4.",
|
||||
"That means you need to count the amount of each letter and make sure the amount is enough."
|
||||
|
Reference in New Issue
Block a user