1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"195K\", \"totalSubmission\": \"254.1K\", \"totalAcceptedRaw\": 195005, \"totalSubmissionRaw\": 254104, \"acRate\": \"76.7%\"}",
"stats": "{\"totalAccepted\": \"195K\", \"totalSubmission\": \"254.2K\", \"totalAcceptedRaw\": 195041, \"totalSubmissionRaw\": 254152, \"acRate\": \"76.7%\"}",
"hints": [
"Try to greedily choose the smallest partition that includes the first letter. If you have something like \"abaccbdeffed\", then you might need to add b. You can use an map like \"last['b'] = 5\" to help you expand the width of your partition."
],