mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -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."
|
||||
],
|
||||
|
Reference in New Issue
Block a user