mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"31.2K\", \"totalSubmission\": \"82.7K\", \"totalAcceptedRaw\": 31241, \"totalSubmissionRaw\": 82685, \"acRate\": \"37.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"31.2K\", \"totalSubmission\": \"82.7K\", \"totalAcceptedRaw\": 31244, \"totalSubmissionRaw\": 82690, \"acRate\": \"37.8%\"}",
|
||||
"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