1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-03 22:42:52 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -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."